mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-01-24 03:29:05 +08:00
6 lines
83 B
Go
6 lines
83 B
Go
package consts
|
|
|
|
const (
|
|
EventServerClose = "server.close" // 服务关闭事件
|
|
)
|