Versions in this module Expand all Collapse all v1 v1.0.0 Aug 28, 2020 Changes in this version + func WriteData(data string, code int, w http.ResponseWriter) int + type App struct + 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) Run(port string)