Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromHTTPResponse ¶
func FromHTTPResponse[T any](response *HTTPResponse) *T
func GinParamError ¶
func GinSuccess ¶
Types ¶
type HTTPResponse ¶
type HTTPResponse struct { Code int `json:"code"` Message string `json:"message"` Data any `json:"data"` }
func NewHTTPResponse ¶
func NewHTTPResponse(bs []byte) *HTTPResponse
Click to show internal directories.
Click to hide internal directories.