1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-08 12:30:10 +02:00
seaweedfs/weed/operation/data_struts.go
2019-02-09 21:56:32 -08:00

7 lines
154 B
Go

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