()
| 2616 | } |
| 2617 | |
| 2618 | func (p *TSOpenSessionReq) IsSetConfiguration() bool { |
| 2619 | return p.Configuration != nil |
| 2620 | } |
| 2621 | |
| 2622 | func (p *TSOpenSessionReq) Read(ctx context.Context, iprot thrift.TProtocol) error { |
| 2623 | if _, err := iprot.ReadStructBegin(ctx); err != nil { |
no outgoing calls
no test coverage detected