| 28553 | } |
| 28554 | |
| 28555 | func (p *IClientRPCServiceOpenSessionArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error { |
| 28556 | p.Req = &TSOpenSessionReq{ |
| 28557 | ClientProtocol: 2, |
| 28558 | } |
| 28559 | if err := p.Req.Read(ctx, iprot); err != nil { |
| 28560 | return thrift.PrependError(fmt.Sprintf("%T error reading struct: ", p.Req), err) |
| 28561 | } |
| 28562 | return nil |
| 28563 | } |
| 28564 | |
| 28565 | func (p *IClientRPCServiceOpenSessionArgs) Write(ctx context.Context, oprot thrift.TProtocol) error { |
| 28566 | if err := oprot.WriteStructBegin(ctx, "openSession_args"); err != nil { |