mirror of
https://github.com/foomo/gostandards.git
synced 2025-10-16 12:35:41 +00:00
fix: lint issue
This commit is contained in:
parent
51b075f1ef
commit
e06afd4779
@ -13,7 +13,7 @@ const (
|
|||||||
AuthPrefixNegotiate AuthPrefix = "Negotiate" // SPNEGO-based Kerberos and NTLM Authentication
|
AuthPrefixNegotiate AuthPrefix = "Negotiate" // SPNEGO-based Kerberos and NTLM Authentication
|
||||||
AuthPrefixOAuth AuthPrefix = "OAuth" // OAuth 1.0 Authentication
|
AuthPrefixOAuth AuthPrefix = "OAuth" // OAuth 1.0 Authentication
|
||||||
AuthPrefixSCRAMSHA256 AuthPrefix = "SCRAM-SHA-256" // Salted Challenge Response Authentication Mechanism (SCRAM)
|
AuthPrefixSCRAMSHA256 AuthPrefix = "SCRAM-SHA-256" // Salted Challenge Response Authentication Mechanism (SCRAM)
|
||||||
AuthPrefixApiKey AuthPrefix = "ApiKey" // Custom API key-based authentication
|
AuthPrefixAPIKey AuthPrefix = "ApiKey" // Custom API key-based authentication
|
||||||
)
|
)
|
||||||
|
|
||||||
func (p AuthPrefix) String() string {
|
func (p AuthPrefix) String() string {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user