mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-08 23:28:39 +03:00
kms: improve modularity
This commit is contained in:
11
kms/gcp/gcp_disabled.go
Normal file
11
kms/gcp/gcp_disabled.go
Normal file
@@ -0,0 +1,11 @@
|
||||
// +build nogcpkms
|
||||
|
||||
package gcp
|
||||
|
||||
import (
|
||||
"github.com/drakkan/sftpgo/v2/version"
|
||||
)
|
||||
|
||||
func init() {
|
||||
version.AddFeature("-gcpkms")
|
||||
}
|
||||
Reference in New Issue
Block a user