Versions in this module Expand all Collapse all v1 v1.0.1 Jun 1, 2022 v1.0.0 Jun 1, 2022 Changes in this version + var Version = "1.0.0" + func Register(code string, message string) + func WriteFail(w http.ResponseWriter, code string, message string, result interface{}) + func WriteSuccess(w http.ResponseWriter, result interface{}, codemessage ...string) + type Body struct + Code string + Message string + Result any + func Fail(code string, result T) *Body + func Success(result T, codemessage ...string) *Body