fix: lint issue

This commit is contained in:
Kevin Franklin Kim 2024-09-23 08:23:43 +02:00
parent 51b075f1ef
commit e06afd4779
No known key found for this signature in database

View File

@ -13,7 +13,7 @@ const (
AuthPrefixNegotiate AuthPrefix = "Negotiate" // SPNEGO-based Kerberos and NTLM Authentication
AuthPrefixOAuth AuthPrefix = "OAuth" // OAuth 1.0 Authentication
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 {