mirror of
https://github.com/chaitin/SafeLine.git
synced 2026-02-10 18:53:35 +08:00
9 lines
177 B
Go
9 lines
177 B
Go
package constants
|
|
|
|
const (
|
|
SecretKey = "secret_key"
|
|
MachineID = "machine_id"
|
|
PolicyGroupGlobal = "policy_group_global"
|
|
SrcIPConfig = "src_ip_config"
|
|
)
|