mirror of
https://github.com/chaitin/SafeLine.git
synced 2026-02-08 01:33:30 +08:00
9 lines
181 B
Go
9 lines
181 B
Go
package constants
|
|
|
|
const (
|
|
ContentType = "application/octet-stream"
|
|
UpdateEntrypoint = "/update/policy"
|
|
StatEntrypoint = "/stat"
|
|
DefaultPolicyVersion = "1"
|
|
)
|