types

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 21, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL