Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CurrencyHandler ¶ added in v1.0.3
type CurrencyHandler struct { Config *configs.Config Application *applications.Application }
func NewCurrencyHandler ¶ added in v1.0.3
func NewCurrencyHandler(cfg *configs.Config, app *applications.Application) *CurrencyHandler
func (*CurrencyHandler) Index ¶ added in v1.0.3
func (ch *CurrencyHandler) Index(c echo.Context) error
type Handler ¶
type Handler struct { User *UserHandler Currency *CurrencyHandler }
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.