Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthRepository ¶
type AuthService ¶
type UserRepository ¶
type UserService ¶
type UserService interface { FindAll() (items map[string]domain.User, err error) FindById(id string) (item *domain.User, err error) Update(id string, model *domain.User) (err error) Replace(id string, model *domain.User) (err error) Create(model *domain.User) (err error) Delete(id string) (err error) }
Click to show internal directories.
Click to hide internal directories.