func (p *LogArgs) Write(oprot thrift.TProtocol) (err thrift.TProtocolException) { err = oprot.WriteStructBegin("Log_args") if err != nil { return thrift.NewTProtocolExceptionWriteStruct(p.ThriftName(), err) } err = p.WriteField1(oprot) if err != nil { return err } err = oprot.WriteFieldStop() if err != nil { return thrift.NewTProtocolExceptionWriteField(-1, "STOP", p.ThriftName(), err) } err = oprot.WriteStructEnd() if err != nil { return thrift.NewTProtocolExceptionWriteStruct(p.ThriftName(), err) } return err }
func (p *LogResult) Write(oprot thrift.TProtocol) (err thrift.TProtocolException) { err = oprot.WriteStructBegin("Log_result") if err != nil { return thrift.NewTProtocolExceptionWriteStruct(p.ThriftName(), err) } switch { default: if err = p.WriteField0(oprot); err != nil { return err } } err = oprot.WriteFieldStop() if err != nil { return thrift.NewTProtocolExceptionWriteField(-1, "STOP", p.ThriftName(), err) } err = oprot.WriteStructEnd() if err != nil { return thrift.NewTProtocolExceptionWriteStruct(p.ThriftName(), err) } return err }