(ctx context.Context, iprot thrift.TProtocol)
| 31680 | } |
| 31681 | |
| 31682 | func (p *IClientRPCServiceSetStorageGroupArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error { |
| 31683 | if v, err := iprot.ReadI64(ctx); err != nil { |
| 31684 | return thrift.PrependError("error reading field 1: ", err) |
| 31685 | } else { |
| 31686 | p.SessionId = v |
| 31687 | } |
| 31688 | return nil |
| 31689 | } |
| 31690 | |
| 31691 | func (p *IClientRPCServiceSetStorageGroupArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error { |
| 31692 | if v, err := iprot.ReadString(ctx); err != nil { |