(ctx context.Context, iprot thrift.TProtocol)
| 985 | } |
| 986 | |
| 987 | func (p *TSStatus) ReadField5(ctx context.Context, iprot thrift.TProtocol) error { |
| 988 | if v, err := iprot.ReadBool(ctx); err != nil { |
| 989 | return thrift.PrependError("error reading field 5: ", err) |
| 990 | } else { |
| 991 | p.NeedRetry = &v |
| 992 | } |
| 993 | return nil |
| 994 | } |
| 995 | |
| 996 | func (p *TSStatus) Write(ctx context.Context, oprot thrift.TProtocol) error { |
| 997 | if err := oprot.WriteStructBegin(ctx, "TSStatus"); err != nil { |