Skip to content

Commit 4a56649

Browse files
committed
Create alias kms.Type
1 parent 574609b commit 4a56649

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

kms/kms.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ type CertificateManager = apiv1.CertificateManager
2020
// Options are the KMS options. They represent the kms object in the ca.json.
2121
type Options = apiv1.Options
2222

23+
// Type represents the KMS type used.
24+
type Type = apiv1.Type
25+
2326
// Default is the implementation of the default KMS.
2427
var Default = &softkms.SoftKMS{}
2528

0 commit comments

Comments
 (0)