(ctx context.Context, iprot thrift.TProtocol)
| 32749 | } |
| 32750 | |
| 32751 | func (p *IClientRPCServiceDeleteStorageGroupsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error { |
| 32752 | if v, err := iprot.ReadI64(ctx); err != nil { |
| 32753 | return thrift.PrependError("error reading field 1: ", err) |
| 32754 | } else { |
| 32755 | p.SessionId = v |
| 32756 | } |
| 32757 | return nil |
| 32758 | } |
| 32759 | |
| 32760 | func (p *IClientRPCServiceDeleteStorageGroupsArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error { |
| 32761 | _, size, err := iprot.ReadListBegin(ctx) |