Versions in this module Expand all Collapse all v0 v0.0.11 Jan 5, 2025 Changes in this version + func WriteJSONData(w http.ResponseWriter, statusCode int, data interface{}) error + func WriteJSONMessage(w http.ResponseWriter, r *http.Request, statusCode int, message string) + type HTTPMessage struct + Message string + Method string + Path string + StatusCode int + Timestamp time.Time + func (e *HTTPMessage) Error() string + func (e *HTTPMessage) String() string