seaweedfs/weed/operation/data_struts.go

8 lines
207 B
Go
Raw Normal View History

2014-04-17 00:29:58 +00:00
package operation
type JoinResult struct {
VolumeSizeLimit uint64 `json:"VolumeSizeLimit,omitempty"`
2015-02-07 23:35:28 +00:00
SecretKey string `json:"secretKey,omitempty"`
2014-04-17 00:29:58 +00:00
Error string `json:"error,omitempty"`
}