Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoUserError ¶
type NoUserError struct {
ID string
}
func (*NoUserError) Error ¶
func (e *NoUserError) Error() string
type UserUseCase ¶
type UserUseCase struct {
UserDataService data_service.UserDataServiceInterface
}
func (*UserUseCase) List ¶
func (uc *UserUseCase) List() []*model.User
Click to show internal directories.
Click to hide internal directories.