1 2 3 4 5 6 7 8 9101112
package clibimport ( "github.com/valyala/fasthttp" "{{{ .Package }}}/app/controller/cutil")func Healthcheck(rc *fasthttp.RequestCtx) { x := map[string]string{"status": "OK"} _, _ = cutil.RespondJSON(rc, "", x)}