mirror of
https://github.com/chaitin/SafeLine.git
synced 2026-02-07 01:03:24 +08:00
13 lines
303 B
Go
13 lines
303 B
Go
package constants
|
|
|
|
const (
|
|
ApplicationJson = "application/json"
|
|
TelemetryEntryPoint = "/telemetry"
|
|
TelemetryId = "9e88109c-ebbf-4d82-8a25-f97f2ac5f3c4"
|
|
Behaviour = "behaviour"
|
|
FalsePositives = "false_positives"
|
|
Installation = "Installation"
|
|
)
|
|
|
|
var Version string
|