1
0
mirror of https://github.com/seaweedfs/seaweedfs.git synced 2025-01-04 16:39:14 +08:00
seaweedfs/go/operation/data_struts.go
2015-02-07 15:35:28 -08:00

8 lines
207 B
Go

package operation
type JoinResult struct {
VolumeSizeLimit uint64 `json:"VolumeSizeLimit,omitempty"`
SecretKey string `json:"secretKey,omitempty"`
Error string `json:"error,omitempty"`
}