Versions in this module Expand all Collapse all v0 v0.1.1 Feb 17, 2021 Changes in this version + var OffLineHandler = func(ctx *context.Context) + func Alert(ctx *context.Context, desc, title, msg string, conn db.Connection, ...) + func BadRequest(ctx *context.Context, msg string) + func Denied(ctx *context.Context, msg string) + func Error(ctx *context.Context, msg string, datas ...map[string]interface{}) + func Ok(ctx *context.Context) + func OkWithData(ctx *context.Context, data map[string]interface{}) + func OkWithMsg(ctx *context.Context, msg string)