Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateAdminAccountHandler ¶
type CreateAdminAccountHandler struct {
// contains filtered or unexported fields
}
func NewCreateAdminAccountHandler ¶
func NewCreateAdminAccountHandler(l *log.Logger, u repo.UserAccountRepo, tkn token.Service) *CreateAdminAccountHandler
func (*CreateAdminAccountHandler) ServeHTTP ¶
func (u *CreateAdminAccountHandler) ServeHTTP(rw http.ResponseWriter, req *http.Request)
type CreateUserAccountHandler ¶
type CreateUserAccountHandler struct {
// contains filtered or unexported fields
}
func NewCreateUserAccountHandler ¶
func NewCreateUserAccountHandler(l *log.Logger, u repo.UserAccountRepo, tkn token.Service) *CreateUserAccountHandler
func (*CreateUserAccountHandler) ServeHTTP ¶
func (u *CreateUserAccountHandler) ServeHTTP(rw http.ResponseWriter, req *http.Request)
type LoginHandler ¶
type LoginHandler struct {
// contains filtered or unexported fields
}
func NewLoginHandler ¶
func NewLoginHandler(l *log.Logger, u repo.UserAccountRepo, tkn token.Service) *LoginHandler
func (*LoginHandler) ServeHTTP ¶
func (login *LoginHandler) ServeHTTP(rw http.ResponseWriter, req *http.Request)
type MiddleWare ¶
type MiddleWare struct {
// contains filtered or unexported fields
}
func NewMiddleWare ¶
func NewMiddleWare(l *log.Logger, tkn token.Service) *MiddleWare
Click to show internal directories.
Click to hide internal directories.