Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FindByIdLogic ¶
func NewFindByIdLogic ¶
func NewFindByIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FindByIdLogic
func (*FindByIdLogic) FindById ¶
func (l *FindByIdLogic) FindById(in *service.FindByIdRequest) (*service.FindByIdResponse, error)
type FindByMobileLogic ¶
func NewFindByMobileLogic ¶
func NewFindByMobileLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FindByMobileLogic
func (*FindByMobileLogic) FindByMobile ¶
func (l *FindByMobileLogic) FindByMobile(in *service.FindByMobileRequest) (*service.FindByMobileResponse, error)
type RegisterLogic ¶
func NewRegisterLogic ¶
func NewRegisterLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RegisterLogic
func (*RegisterLogic) Register ¶
func (l *RegisterLogic) Register(in *service.RegisterRequest) (*service.RegisterResponse, error)
type SendSmsLogic ¶
func NewSendSmsLogic ¶
func NewSendSmsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *SendSmsLogic
func (*SendSmsLogic) SendSms ¶
func (l *SendSmsLogic) SendSms(in *service.SendSmsRequest) (*service.SendSmsResponse, error)
Click to show internal directories.
Click to hide internal directories.