2014-04-17 08:29:58 +08:00
|
|
|
package operation
|
|
|
|
|
|
|
|
type JoinResult struct {
|
|
|
|
VolumeSizeLimit uint64 `json:"VolumeSizeLimit,omitempty"`
|
2015-02-08 07:35:28 +08:00
|
|
|
SecretKey string `json:"secretKey,omitempty"`
|
2014-04-17 08:29:58 +08:00
|
|
|
Error string `json:"error,omitempty"`
|
|
|
|
}
|