(ctx context.Context, iprot thrift.TProtocol)
| 6314 | } |
| 6315 | |
| 6316 | func (p *TSGetTimeZoneResp) ReadField2(ctx context.Context, iprot thrift.TProtocol) error { |
| 6317 | if v, err := iprot.ReadString(ctx); err != nil { |
| 6318 | return thrift.PrependError("error reading field 2: ", err) |
| 6319 | } else { |
| 6320 | p.TimeZone = v |
| 6321 | } |
| 6322 | return nil |
| 6323 | } |
| 6324 | |
| 6325 | func (p *TSGetTimeZoneResp) Write(ctx context.Context, oprot thrift.TProtocol) error { |
| 6326 | if err := oprot.WriteStructBegin(ctx, "TSGetTimeZoneResp"); err != nil { |