mirror of
https://github.com/lzh-1625/go_process_manager.git
synced 2025-10-02 23:02:12 +08:00
7 lines
68 B
Go
7 lines
68 B
Go
package eum
|
|
|
|
const (
|
|
SecretKey = "secret"
|
|
Console = "console"
|
|
)
|