Documentation ¶
Overview ¶
Package user : User service
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler : User handler
func NewHandler ¶
NewHandler : Create a new user handler
func (*Handler) RegisterRoutes ¶
RegisterRoutes : Register user routes
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store : User store
func (*Store) CreateUser ¶
CreateUser : Create a new user
func (*Store) GetUserByEmail ¶
GetUserByEmail : Get user by email
Click to show internal directories.
Click to hide internal directories.