# Functions
JsonBaseResponse writes v into w with http.StatusOK.
JsonBaseResponseCtx writes v into w with http.StatusOK.
OkHTML writes v into w with 200 OK.
OkHTMLCtx writes v into w with 200 OK.
OkXml writes v into w with 200 OK.
OkXmlCtx writes v into w with 200 OK.
WriteHTML writes v as HTML string into w with code.
WriteHTMLCtx writes v as HTML string into w with code.
WriteXml writes v as xml string into w with code.
WriteXmlCtx writes v as xml string into w with code.
XmlBaseResponse writes v into w with http.StatusOK.
XmlBaseResponseCtx writes v into w with http.StatusOK.
# Constants
BusinessCodeError represents the business code for error.
BusinessCodeOK represents the business code for success.
BusinessMsgOk represents the business message for success.
HTMLContentType represents the content type for html.
XmlContentType represents the content type for xml.
# Structs
BaseResponse is the base response struct.