Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewAccountHandler)
Functions ¶
This section is empty.
Types ¶
type AccountHandler ¶
type AccountHandler struct { *service.AccountService // contains filtered or unexported fields }
func NewAccountHandler ¶
func NewAccountHandler(logger *zap.Logger, service *service.AccountService) *AccountHandler
func (*AccountHandler) Login ¶
func (h *AccountHandler) Login(c echo.Context) (err error)
Login account.
func (*AccountHandler) Register ¶
func (h *AccountHandler) Register(c echo.Context) (err error)
Register account.
Click to show internal directories.
Click to hide internal directories.