Documentation ¶
Index ¶
- type App
- func (a *App) Delete(path string, f func(w http.ResponseWriter, r *http.Request))
- func (a *App) Get(path string, f func(w http.ResponseWriter, r *http.Request))
- func (a *App) Initialize(config *config.Config)
- func (a *App) Post(path string, f func(w http.ResponseWriter, r *http.Request))
- func (a *App) Put(path string, f func(w http.ResponseWriter, r *http.Request))
- func (a *App) Run(host string)
- type RequestHandlerFunction
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
App has router and db instances
func (*App) Initialize ¶
Initialize initializes the app with predefined configuration
type RequestHandlerFunction ¶
Click to show internal directories.
Click to hide internal directories.