Documentation ¶
Index ¶
Constants ¶
View Source
const ( // EnvProd 线上环境 EnvProd = "prod" // EnvQa qa测试环境 EnvQa = "qa" // EnvOffline 离线环境 EnvOffline = "offline" )
Variables ¶
This section is empty.
Functions ¶
func QuickGetGoRoutineId ¶
func QuickGetGoRoutineId() uint64
QuickGetGoRoutineId 快速获取goroutine id, 如果出现错误,则返回0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.