Documentation ¶
Index ¶
- type App
- func (app *App) Delete(path string, f routeHandler)
- func (app *App) Get(path string, f routeHandler)
- func (app *App) Handle(h hdlr, verifyRequest bool) func(w http.ResponseWriter, r *http.Request)
- func (app *App) Initialize(dbConfig *config.DBConfig, redisConfig *config.RedisConfig)
- func (app *App) Post(path string, f routeHandler)
- func (app *App) Put(path string, f routeHandler)
- func (app *App) Run(port string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.