Method
ReadField1
(ctx context.Context, iprot thrift.TProtocol)
Source from the content-addressed store, hash-verified
| 1915 | } |
| 1916 | |
| 1917 | func (p *TConfigNodeLocation) ReadField1(ctx context.Context, iprot thrift.TProtocol) error { |
| 1918 | if v, err := iprot.ReadI32(ctx); err != nil { |
| 1919 | return thrift.PrependError("error reading field 1: ", err) |
| 1920 | } else { |
| 1921 | p.ConfigNodeId = v |
| 1922 | } |
| 1923 | return nil |
| 1924 | } |
| 1925 | |
| 1926 | func (p *TConfigNodeLocation) ReadField2(ctx context.Context, iprot thrift.TProtocol) error { |
| 1927 | p.InternalEndPoint = &TEndPoint{} |
Tested by
no test coverage detected