Versions in this module Expand all Collapse all v1 v1.0.0 Jul 23, 2018 Changes in this version + func AppInfo(app string, org string, version string) func(http.Handler) http.Handler + func Ping(next http.Handler) http.Handler + func Recoverer(next http.Handler) http.Handler + func RenderJSONFromBytes(w http.ResponseWriter, r *http.Request, data []byte) error + func RenderJSONWithHTML(w http.ResponseWriter, r *http.Request, v interface{}) error + func SendErrorJSON(w http.ResponseWriter, r *http.Request, code int, err error, details string) + type JSON map[string]interface