crowdsec/pkg/types/constants.go

6 lines
110 B
Go
Raw Normal View History

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