(ctx context.Context, iprot thrift.TProtocol)
| 948 | } |
| 949 | |
| 950 | func (p *TSStatus) ReadField2(ctx context.Context, iprot thrift.TProtocol) error { |
| 951 | if v, err := iprot.ReadString(ctx); err != nil { |
| 952 | return thrift.PrependError("error reading field 2: ", err) |
| 953 | } else { |
| 954 | p.Message = &v |
| 955 | } |
| 956 | return nil |
| 957 | } |
| 958 | |
| 959 | func (p *TSStatus) ReadField3(ctx context.Context, iprot thrift.TProtocol) error { |
| 960 | _, size, err := iprot.ReadListBegin(ctx) |