Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Email ¶
type Email struct {
// contains filtered or unexported fields
}
func NewEmailHandler ¶
func (*Email) Parse ¶ added in v0.25.0
func (e *Email) Parse(ctx context.Context, req *pb.ParseRequest, rsp *pb.ParseResponse) error
func (*Email) Send ¶
func (e *Email) Send(ctx context.Context, request *pb.SendRequest, response *pb.SendResponse) error
func (*Email) Validate ¶ added in v0.25.0
func (e *Email) Validate(ctx context.Context, req *pb.ValidateRequest, rsp *pb.ValidateResponse) error
Click to show internal directories.
Click to hide internal directories.