Documentation ¶ Index ¶ func NewV1() common.ICommonV1 type ControllerV1 func (c *ControllerV1) SendEmail(ctx context.Context, req *v1.SendEmailReq) (res *v1.SendEmailRes, err error) func (c *ControllerV1) SendSms(ctx context.Context, req *v1.SendSmsReq) (res *v1.SendSmsRes, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewV1 ¶ func NewV1() common.ICommonV1 Types ¶ type ControllerV1 ¶ type ControllerV1 struct{} func (*ControllerV1) SendEmail ¶ func (c *ControllerV1) SendEmail(ctx context.Context, req *v1.SendEmailReq) (res *v1.SendEmailRes, err error) func (*ControllerV1) SendSms ¶ func (c *ControllerV1) SendSms(ctx context.Context, req *v1.SendSmsReq) (res *v1.SendSmsRes, err error) Source Files ¶ View all Source files common.gocommon_new.gocommon_v1_send_email.gocommon_v1_send_sms.go Click to show internal directories. Click to hide internal directories.