1
0
mirror of https://github.com/seaweedfs/seaweedfs.git synced 2025-01-02 14:57:54 +08:00
seaweedfs/weed/operation/data_struts.go

7 lines
154 B
Go
Raw Normal View History

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