Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application struct { Config Config Db *sql.DB Server *http.Server UsersService services.UsersService }
func (*Application) GetAllUsers ¶
func (app *Application) GetAllUsers(w http.ResponseWriter, r *http.Request)
func (*Application) NewApplication ¶
func (app *Application) NewApplication() error
func (*Application) RegisterRoutes ¶
func (app *Application) RegisterRoutes() http.Handler
Click to show internal directories.
Click to hide internal directories.