crowdsec/pkg/types/constants.go

6 lines
110 B
Go

package types
const ApiKeyAuthType = "api-key"
const TlsAuthType = "tls"
const PasswordAuthType = "password"