mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-23 16:23:36 +08:00
added typed join result
This commit is contained in:
8
go/operation/data_struts.go
Normal file
8
go/operation/data_struts.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package operation
|
||||
|
||||
import ()
|
||||
|
||||
type JoinResult struct {
|
||||
VolumeSizeLimit uint64 `json:"VolumeSizeLimit,omitempty"`
|
||||
Error string `json:"error,omitempty"`
|
||||
}
|
Reference in New Issue
Block a user