Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
User *UserHandler
}
func New ¶
func New(cfg *configs.Config, app *applications.Application) *Handler
type UserHandler ¶
type UserHandler struct { Config *configs.Config Application *applications.Application }
func NewUserHandler ¶
func NewUserHandler(cfg *configs.Config, app *applications.Application) *UserHandler
func (*UserHandler) Create ¶
func (uh *UserHandler) Create(c echo.Context) error
func (*UserHandler) Delete ¶
func (uh *UserHandler) Delete(c echo.Context) error
func (*UserHandler) Edit ¶
func (uh *UserHandler) Edit(c echo.Context) error
func (*UserHandler) Index ¶
func (uh *UserHandler) Index(c echo.Context) error
Click to show internal directories.
Click to hide internal directories.