Documentation
¶
Index ¶
Constants ¶
View Source
const IPPattern = `` /* 158-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
func SetupGracefulStop ¶
Types ¶
type JSONResponse ¶
type JSONResponse struct {
Code int `json:"code"`
Msg string `json:"msg"`
Data any `json:"data,omitempty"`
}
JSONResponse
func BindJSONResponse ¶
func BindJSONResponse(data []byte) *JSONResponse
func (*JSONResponse) Error ¶
func (e *JSONResponse) Error() error
Click to show internal directories.
Click to hide internal directories.