Files
2024-07-04 17:54:34 +08:00

9 lines
181 B
Go

package constants
const (
ContentType = "application/octet-stream"
UpdateEntrypoint = "/update/policy"
StatEntrypoint = "/stat"
DefaultPolicyVersion = "1"
)