mirror of
https://github.com/chrislusf/seaweedfs
synced 2025-06-29 16:22:46 +02:00
6 lines
154 B
Go
6 lines
154 B
Go
package operation
|
|
|
|
type JoinResult struct {
|
|
VolumeSizeLimit uint64 `json:"VolumeSizeLimit,omitempty"`
|
|
Error string `json:"error,omitempty"`
|
|
}
|