data_struts.go 207 B

1234567
  1. package operation
  2. type JoinResult struct {
  3. VolumeSizeLimit uint64 `json:"VolumeSizeLimit,omitempty"`
  4. SecretKey string `json:"secretKey,omitempty"`
  5. Error string `json:"error,omitempty"`
  6. }