blob: bfc53aa5054d0b6eb9a4fa075a66bffe16d8a25f (
plain)
1
2
3
4
5
6
7
|
package operation
type JoinResult struct {
VolumeSizeLimit uint64 `json:"VolumeSizeLimit,omitempty"`
SecretKey string `json:"secretKey,omitempty"`
Error string `json:"error,omitempty"`
}
|