| 30339 | } |
| 30340 | |
| 30341 | func (p *IClientRPCServiceCloseOperationArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error { |
| 30342 | p.Req = &TSCloseOperationReq{} |
| 30343 | if err := p.Req.Read(ctx, iprot); err != nil { |
| 30344 | return thrift.PrependError(fmt.Sprintf("%T error reading struct: ", p.Req), err) |
| 30345 | } |
| 30346 | return nil |
| 30347 | } |
| 30348 | |
| 30349 | func (p *IClientRPCServiceCloseOperationArgs) Write(ctx context.Context, oprot thrift.TProtocol) error { |
| 30350 | if err := oprot.WriteStructBegin(ctx, "closeOperation_args"); err != nil { |