Discover Packages
github.com/chenparty/gog
example
internal
app
api
resp
package
Version:
v1.0.2
Opens a new window with list of versions in this module.
Published: Jan 18, 2025
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Output struct {
Code string `json:"code"`
Msg string `json:"msg"`
Data any `json:"data"`
}
const (
OK State = "OK"
InvalidErr State = "InvalidParamsErr"
UnauthorizedErr State = "UnauthorizedErr"
DBErr State = "DBErr"
ServiceErr State = "ServiceErr"
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.