// Code generated by protoc-gen-go. // source: sendMail.proto // DO NOT EDIT! package beans import proto "github.com/golang/protobuf/proto" import fmt "fmt" import math "math" // Reference imports to suppress errors if they are not otherwise used. var _ = proto.Marshal var _ = fmt.Errorf var _ = math.Inf type SendMail struct { To string ` protobuf:"bytes,1,opt,name=To" json:"To,omitempty" form:"to"` Subject string ` protobuf:"bytes,2,opt,name=Subject" json:"Subject,omitempty" form:"subject"` Content string ` protobuf:"bytes,3,opt,name=Content" json:"Content,omitempty" form:"content"` } func (m *SendMail) Reset() { *m = SendMail{} } func (m *SendMail) String() string { return proto.CompactTextString(m) } func (*SendMail) ProtoMessage() {} func (*SendMail) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{0} } func (m *SendMail) GetTo() string { if m != nil { return m.To } return "" } func (m *SendMail) GetSubject() string { if m != nil { return m.Subject } return "" } func (m *SendMail) GetContent() string { if m != nil { return m.Content } return "" } func init() { proto.RegisterType((*SendMail)(nil), "beans.SendMail") } func init() { proto.RegisterFile("sendMail.proto", fileDescriptor1) } var fileDescriptor1 = []byte{ // 106 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xe2, 0x2b, 0x4e, 0xcd, 0x4b, 0xf1, 0x4d, 0xcc, 0xcc, 0xd1, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62, 0x4d, 0x4a, 0x4d, 0xcc, 0x2b, 0x56, 0xf2, 0xe3, 0xe2, 0x08, 0x86, 0x4a, 0x08, 0xf1, 0x71, 0x31, 0x85, 0xe4, 0x4b, 0x30, 0x2a, 0x30, 0x6a, 0x70, 0x06, 0x31, 0x85, 0xe4, 0x0b, 0x49, 0x70, 0xb1, 0x07, 0x97, 0x26, 0x65, 0xa5, 0x26, 0x97, 0x48, 0x30, 0x81, 0x05, 0x61, 0x5c, 0x90, 0x8c, 0x73, 0x7e, 0x5e, 0x49, 0x6a, 0x5e, 0x89, 0x04, 0x33, 0x44, 0x06, 0xca, 0x4d, 0x62, 0x03, 0x9b, 0x6e, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0x98, 0x81, 0xc8, 0x1d, 0x6f, 0x00, 0x00, 0x00, }