Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateUserCommand ¶
type UserService ¶
type UserService struct {
// contains filtered or unexported fields
}
func NewUserService ¶
func NewUserService(repo domain.UserRepository) *UserService
func (*UserService) CreateUser ¶
func (s *UserService) CreateUser(cmd CreateUserCommand) (*domain.User, error)
func (*UserService) DeleteUser ¶
func (s *UserService) DeleteUser(id string) error
Click to show internal directories.
Click to hide internal directories.