seaweedfs/weed/operation/data_struts.go

7 lines
154 B
Go
Raw Normal View History

2014-04-17 00:29:58 +00:00
package operation
type JoinResult struct {
VolumeSizeLimit uint64 `json:"VolumeSizeLimit,omitempty"`
Error string `json:"error,omitempty"`
}