(ctx context.Context, oprot thrift.TProtocol)
| 33107 | } |
| 33108 | |
| 33109 | func (p *IClientRPCServiceInsertRecordResult) writeField0(ctx context.Context, oprot thrift.TProtocol) (err error) { |
| 33110 | if p.IsSetSuccess() { |
| 33111 | if err := oprot.WriteFieldBegin(ctx, "success", thrift.STRUCT, 0); err != nil { |
| 33112 | return thrift.PrependError(fmt.Sprintf("%T write field begin error 0:success: ", p), err) } |
| 33113 | if err := p.Success.Write(ctx, oprot); err != nil { |
| 33114 | return thrift.PrependError(fmt.Sprintf("%T error writing struct: ", p.Success), err) |
| 33115 | } |
| 33116 | if err := oprot.WriteFieldEnd(ctx); err != nil { |
| 33117 | return thrift.PrependError(fmt.Sprintf("%T write field end error 0:success: ", p), err) } |
| 33118 | } |
| 33119 | return err |
| 33120 | } |
| 33121 | |
| 33122 | func (p *IClientRPCServiceInsertRecordResult) String() string { |
| 33123 | if p == nil { |
no test coverage detected