Documentation
¶
Index ¶
- Variables
- type EmailReq
- func (*EmailReq) Descriptor() ([]byte, []int)deprecated
- func (x *EmailReq) FastRead(buf []byte, _type int8, number int32) (offset int, err error)
- func (x *EmailReq) FastWrite(buf []byte) (offset int)
- func (x *EmailReq) GetContent() string
- func (x *EmailReq) GetContentType() string
- func (x *EmailReq) GetFrom() string
- func (x *EmailReq) GetSubject() string
- func (x *EmailReq) GetTo() string
- func (*EmailReq) ProtoMessage()
- func (x *EmailReq) ProtoReflect() protoreflect.Message
- func (x *EmailReq) Reset()
- func (x *EmailReq) Size() (n int)
- func (x *EmailReq) String() string
- type EmailResp
- func (*EmailResp) Descriptor() ([]byte, []int)deprecated
- func (x *EmailResp) FastRead(buf []byte, _type int8, number int32) (offset int, err error)
- func (x *EmailResp) FastWrite(buf []byte) (offset int)
- func (*EmailResp) ProtoMessage()
- func (x *EmailResp) ProtoReflect() protoreflect.Message
- func (x *EmailResp) Reset()
- func (x *EmailResp) Size() (n int)
- func (x *EmailResp) String() string
- type EmailService
Constants ¶
This section is empty.
Variables ¶
View Source
var File_rpc_email_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type EmailReq ¶
type EmailReq struct { From string `protobuf:"bytes,1,opt,name=from,proto3" json:"from,omitempty"` To string `protobuf:"bytes,2,opt,name=to,proto3" json:"to,omitempty"` ContentType string `protobuf:"bytes,3,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"` Subject string `protobuf:"bytes,4,opt,name=subject,proto3" json:"subject,omitempty"` Content string `protobuf:"bytes,5,opt,name=content,proto3" json:"content,omitempty"` // contains filtered or unexported fields }
func (*EmailReq) Descriptor
deprecated
func (*EmailReq) GetContent ¶
func (*EmailReq) GetContentType ¶
func (*EmailReq) GetSubject ¶
func (*EmailReq) ProtoMessage ¶
func (*EmailReq) ProtoMessage()
func (*EmailReq) ProtoReflect ¶
func (x *EmailReq) ProtoReflect() protoreflect.Message
type EmailResp ¶
type EmailResp struct {
// contains filtered or unexported fields
}
func (*EmailResp) Descriptor
deprecated
func (*EmailResp) ProtoMessage ¶
func (*EmailResp) ProtoMessage()
func (*EmailResp) ProtoReflect ¶
func (x *EmailResp) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.