Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoginService ¶
type LoginService struct { // contains filtered or unexported fields } // NewLoginService new LoginService
func NewLoginService ¶
func NewLoginService(ctx context.Context) *LoginService
type RegisterService ¶
type RegisterService struct { // contains filtered or unexported fields } // NewRegisterService new RegisterService
func NewRegisterService ¶
func NewRegisterService(ctx context.Context) *RegisterService
func (*RegisterService) Run ¶
func (s *RegisterService) Run(req *user.RegisterReq) (resp *user.RegisterResp, err error)
Run create note info
Click to show internal directories.
Click to hide internal directories.