feat 模块增加after start
This commit is contained in:
@@ -1,5 +1,17 @@
|
||||
package global
|
||||
|
||||
var ServiceStatus = ServiceStatusStarting
|
||||
|
||||
type ServiceStatusCode int32
|
||||
|
||||
const (
|
||||
ServiceStatusStarting ServiceStatusCode = iota // 启动中
|
||||
ServiceStatusReady // 就绪
|
||||
ServiceStatusStopping // 停止中
|
||||
)
|
||||
|
||||
var GatewaySID string
|
||||
|
||||
const (
|
||||
KeyGatewayAccessToken = "gateway:token:access:%v"
|
||||
KeyGatewayRefreshToken = "gateway:token:refresh:%v"
|
||||
|
||||
Reference in New Issue
Block a user