Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
Config *Config
}
App home app
func (App) ConfigureAdmin ¶
ConfigureAdmin configure admin interface
func (App) ConfigureApplication ¶
func (app App) ConfigureApplication(application *application.Application)
ConfigureApplication configure application
type Controller ¶
Controller products controller
func (Controller) AddCredit ¶
func (ctrl Controller) AddCredit(w http.ResponseWriter, req *http.Request)
AddCredit add credit
func (Controller) Orders ¶
func (ctrl Controller) Orders(w http.ResponseWriter, req *http.Request)
Orders orders page
func (Controller) Profile ¶
func (ctrl Controller) Profile(w http.ResponseWriter, req *http.Request)
Profile profile show page
func (Controller) Update ¶
func (ctrl Controller) Update(w http.ResponseWriter, req *http.Request)
Update update profile page
Click to show internal directories.
Click to hide internal directories.