(ctx context.Context, iprot thrift.TProtocol)
| 977 | } |
| 978 | |
| 979 | func (p *TSStatus) ReadField4(ctx context.Context, iprot thrift.TProtocol) error { |
| 980 | p.RedirectNode = &TEndPoint{} |
| 981 | if err := p.RedirectNode.Read(ctx, iprot); err != nil { |
| 982 | return thrift.PrependError(fmt.Sprintf("%T error reading struct: ", p.RedirectNode), err) |
| 983 | } |
| 984 | return nil |
| 985 | } |
| 986 | |
| 987 | func (p *TSStatus) ReadField5(ctx context.Context, iprot thrift.TProtocol) error { |
| 988 | if v, err := iprot.ReadBool(ctx); err != nil { |