Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Response ¶
type Response struct { Code int `json:"code"` Message string `json:"message"` Data any `json:"data"` }
Response 定义响应 nolint
func ResponseError ¶
func ResponseOK ¶
type ResponseList ¶
nolint
Click to show internal directories.
Click to hide internal directories.