()
| 31756 | return p.Success |
| 31757 | } |
| 31758 | func (p *IClientRPCServiceSetStorageGroupResult) IsSetSuccess() bool { |
| 31759 | return p.Success != nil |
| 31760 | } |
| 31761 | |
| 31762 | func (p *IClientRPCServiceSetStorageGroupResult) Read(ctx context.Context, iprot thrift.TProtocol) error { |
| 31763 | if _, err := iprot.ReadStructBegin(ctx); err != nil { |
no outgoing calls
no test coverage detected