service backend
This commit is contained in:
13
api/chain/gateway/internal/keymanager/config.go
Normal file
13
api/chain/gateway/internal/keymanager/config.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package keymanager
|
||||
|
||||
import "github.com/tech/sendico/pkg/model"
|
||||
|
||||
// Driver identifies the key management backend implementation.
|
||||
type Driver string
|
||||
|
||||
const (
|
||||
DriverVault Driver = "vault"
|
||||
)
|
||||
|
||||
// Config represents a configured key manager driver with arbitrary settings.
|
||||
type Config = model.DriverConfig[Driver]
|
||||
Reference in New Issue
Block a user