Documentation
¶
Overview ¶
Package types contains a basic types used in SDK.
Index ¶
Constants ¶
View Source
const (
// KmsProviderID is the ID of the AWS KMS key provider.
KmsProviderID = "aws-kms"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProviderKind ¶
type ProviderKind int8
ProviderKind represents the kind of key provider.
const ( AwsKms ProviderKind // 1 is AWS_KMS key provider. Raw // 2 is RAW key provider. Custom // 3 is CUSTOM is a type for custom key provider implementation. )
func (ProviderKind) GoString ¶
func (p ProviderKind) GoString() string
func (ProviderKind) String ¶
func (p ProviderKind) String() string
Click to show internal directories.
Click to hide internal directories.