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