Versions in this module Expand all Collapse all v1 v1.3.0 Aug 8, 2025 Changes in this version + func Error(w http.ResponseWriter, status int, message string) + func Success(w http.ResponseWriter, status int, message string, data any) v1.1.0 Mar 26, 2025 Changes in this version + func SendResponseRaw(w http.ResponseWriter, status int, resp []byte) + func SendXMLResponseRaw(w http.ResponseWriter, status int, resp []byte)