Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Domain ¶
type Domain struct { ID int PersonID int Email string Password string Role types.UserRole CreatedAt time.Time UpdatedAt time.Time }
type Repositories ¶
type Services ¶
type Services interface {
LoginUser(loginUser *spec.UpsertUserLoginSpec) (auth *Auth, err error)
}
func NewService ¶
func NewService(userRepo Repositories, config *config.AppConfig) Services
Click to show internal directories.
Click to hide internal directories.