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
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
Click to show internal directories.
Click to hide internal directories.