| 1932 | } |
| 1933 | |
| 1934 | func (p *TConfigNodeLocation) ReadField3(ctx context.Context, iprot thrift.TProtocol) error { |
| 1935 | p.ConsensusEndPoint = &TEndPoint{} |
| 1936 | if err := p.ConsensusEndPoint.Read(ctx, iprot); err != nil { |
| 1937 | return thrift.PrependError(fmt.Sprintf("%T error reading struct: ", p.ConsensusEndPoint), err) |
| 1938 | } |
| 1939 | return nil |
| 1940 | } |
| 1941 | |
| 1942 | func (p *TConfigNodeLocation) Write(ctx context.Context, oprot thrift.TProtocol) error { |
| 1943 | if err := oprot.WriteStructBegin(ctx, "TConfigNodeLocation"); err != nil { |