(ctx context.Context, oprot thrift.TProtocol)
| 33701 | } |
| 33702 | |
| 33703 | func (p *IClientRPCServiceInsertTabletsResult) writeField0(ctx context.Context, oprot thrift.TProtocol) (err error) { |
| 33704 | if p.IsSetSuccess() { |
| 33705 | if err := oprot.WriteFieldBegin(ctx, "success", thrift.STRUCT, 0); err != nil { |
| 33706 | return thrift.PrependError(fmt.Sprintf("%T write field begin error 0:success: ", p), err) } |
| 33707 | if err := p.Success.Write(ctx, oprot); err != nil { |
| 33708 | return thrift.PrependError(fmt.Sprintf("%T error writing struct: ", p.Success), err) |
| 33709 | } |
| 33710 | if err := oprot.WriteFieldEnd(ctx); err != nil { |
| 33711 | return thrift.PrependError(fmt.Sprintf("%T write field end error 0:success: ", p), err) } |
| 33712 | } |
| 33713 | return err |
| 33714 | } |
| 33715 | |
| 33716 | func (p *IClientRPCServiceInsertTabletsResult) String() string { |
| 33717 | if p == nil { |
no test coverage detected