Documentation
¶
Index ¶
Constants ¶
View Source
const ( AppName = "gin-stater" AppVersion = "0.0.1" )
View Source
const ( // execute host command on local machine EVT_CLIENT_INIT types.UserDefinedEvent = iota EVT_CLIENT_CLOSE )
View Source
const (
// 定义可预见的异常
UserNotFound = 10001
)
Variables ¶
View Source
var ErrorCodeMapping = map[int]string{ UserNotFound: "用户不存在", }
View Source
var SentryEventsMeta = types.UserDefinedEventMap{ EVT_CLIENT_INIT: {Name: "evt_client_init", Level: slog.LevelInfo, Group: "sys"}, EVT_CLIENT_CLOSE: {Name: "evt_client_close", Level: slog.LevelInfo, Group: "sys"}, }
Functions ¶
This section is empty.
Types ¶
type MyAppConfig ¶ added in v0.0.2
Click to show internal directories.
Click to hide internal directories.