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
|
||||
|
||||
@@ -56,7 +56,6 @@ const (
|
||||
awsProviderName = "AWS"
|
||||
gcpProviderName = "GCP"
|
||||
vaultProviderName = "VaultTransit"
|
||||
disabledProviderName = "Disabled"
|
||||
)
|
||||
|
||||
// Configuration defines the KMS configuration
|
||||
|
||||
Reference in New Issue
Block a user