| 36064 | } |
| 36065 | |
| 36066 | func (p *IClientRPCServiceDeleteDataResult) Write(ctx context.Context, oprot thrift.TProtocol) error { |
| 36067 | if err := oprot.WriteStructBegin(ctx, "deleteData_result"); err != nil { |
| 36068 | return thrift.PrependError(fmt.Sprintf("%T write struct begin error: ", p), err) } |
| 36069 | if p != nil { |
| 36070 | if err := p.writeField0(ctx, oprot); err != nil { return err } |
| 36071 | } |
| 36072 | if err := oprot.WriteFieldStop(ctx); err != nil { |
| 36073 | return thrift.PrependError("write field stop error: ", err) } |
| 36074 | if err := oprot.WriteStructEnd(ctx); err != nil { |
| 36075 | return thrift.PrependError("write struct stop error: ", err) } |
| 36076 | return nil |
| 36077 | } |
| 36078 | |
| 36079 | func (p *IClientRPCServiceDeleteDataResult) writeField0(ctx context.Context, oprot thrift.TProtocol) (err error) { |
| 36080 | if p.IsSetSuccess() { |