mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-09-03 06:37:09 +00:00
8 lines
207 B
Go
8 lines
207 B
Go
package operation
|
|
|
|
type JoinResult struct {
|
|
VolumeSizeLimit uint64 `json:"VolumeSizeLimit,omitempty"`
|
|
SecretKey string `json:"secretKey,omitempty"`
|
|
Error string `json:"error,omitempty"`
|
|
}
|