mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 14:20:55 +03:00
fix lint warnings
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
// +build noawskms nogcpkms novaultkms
|
||||
|
||||
package kms
|
||||
|
||||
const disabledProviderName = "Disabled"
|
||||
|
||||
type disabledSecret struct {
|
||||
baseSecret
|
||||
err error
|
||||
|
||||
11
kms/kms.go
11
kms/kms.go
@@ -51,12 +51,11 @@ const (
|
||||
)
|
||||
|
||||
const (
|
||||
localProviderName = "Local"
|
||||
builtinProviderName = "Builtin"
|
||||
awsProviderName = "AWS"
|
||||
gcpProviderName = "GCP"
|
||||
vaultProviderName = "VaultTransit"
|
||||
disabledProviderName = "Disabled"
|
||||
localProviderName = "Local"
|
||||
builtinProviderName = "Builtin"
|
||||
awsProviderName = "AWS"
|
||||
gcpProviderName = "GCP"
|
||||
vaultProviderName = "VaultTransit"
|
||||
)
|
||||
|
||||
// Configuration defines the KMS configuration
|
||||
|
||||
Reference in New Issue
Block a user