(ctx context.Context, oprot thrift.TProtocol)
| 32661 | } |
| 32662 | |
| 32663 | func (p *IClientRPCServiceDeleteTimeseriesResult) writeField0(ctx context.Context, oprot thrift.TProtocol) (err error) { |
| 32664 | if p.IsSetSuccess() { |
| 32665 | if err := oprot.WriteFieldBegin(ctx, "success", thrift.STRUCT, 0); err != nil { |
| 32666 | return thrift.PrependError(fmt.Sprintf("%T write field begin error 0:success: ", p), err) } |
| 32667 | if err := p.Success.Write(ctx, oprot); err != nil { |
| 32668 | return thrift.PrependError(fmt.Sprintf("%T error writing struct: ", p.Success), err) |
| 32669 | } |
| 32670 | if err := oprot.WriteFieldEnd(ctx); err != nil { |
| 32671 | return thrift.PrependError(fmt.Sprintf("%T write field end error 0:success: ", p), err) } |
| 32672 | } |
| 32673 | return err |
| 32674 | } |
| 32675 | |
| 32676 | func (p *IClientRPCServiceDeleteTimeseriesResult) String() string { |
| 32677 | if p == nil { |
no test coverage detected