(ctx context.Context, iprot thrift.TProtocol)
| 1924 | } |
| 1925 | |
| 1926 | func (p *TConfigNodeLocation) ReadField2(ctx context.Context, iprot thrift.TProtocol) error { |
| 1927 | p.InternalEndPoint = &TEndPoint{} |
| 1928 | if err := p.InternalEndPoint.Read(ctx, iprot); err != nil { |
| 1929 | return thrift.PrependError(fmt.Sprintf("%T error reading struct: ", p.InternalEndPoint), err) |
| 1930 | } |
| 1931 | return nil |
| 1932 | } |
| 1933 | |
| 1934 | func (p *TConfigNodeLocation) ReadField3(ctx context.Context, iprot thrift.TProtocol) error { |
| 1935 | p.ConsensusEndPoint = &TEndPoint{} |