Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service represents the account application service
func NewAccountService ¶
func NewAccountService(userRepo model.UserRepo, accountRepo model.AccountRepo, rbac model.RBACService, secret secret.Service) *Service
NewAccountService creates a new account application service
func (*Service) ChangePassword ¶
ChangePassword changes user's password
Click to show internal directories.
Click to hide internal directories.