(ctx context.Context, iprot thrift.TProtocol)
| 3974 | } |
| 3975 | |
| 3976 | func (p *TFile) ReadField1(ctx context.Context, iprot thrift.TProtocol) error { |
| 3977 | if v, err := iprot.ReadString(ctx); err != nil { |
| 3978 | return thrift.PrependError("error reading field 1: ", err) |
| 3979 | } else { |
| 3980 | p.FileName = v |
| 3981 | } |
| 3982 | return nil |
| 3983 | } |
| 3984 | |
| 3985 | func (p *TFile) ReadField2(ctx context.Context, iprot thrift.TProtocol) error { |
| 3986 | if v, err := iprot.ReadBinary(ctx); err != nil { |