()
| 852 | } |
| 853 | |
| 854 | func (p *TSStatus) IsSetNeedRetry() bool { |
| 855 | return p.NeedRetry != nil |
| 856 | } |
| 857 | |
| 858 | func (p *TSStatus) Read(ctx context.Context, iprot thrift.TProtocol) error { |
| 859 | if _, err := iprot.ReadStructBegin(ctx); err != nil { |
no outgoing calls
no test coverage detected