alibaba

package
v0.4.2 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2022 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

type KeyManagementService

type KeyManagementService struct {
	Client SMInterface
}

func (*KeyManagementService) Close

func (kms *KeyManagementService) Close(ctx context.Context) error

func (*KeyManagementService) GetSecret

GetSecret returns a single secret from the provider.

func (*KeyManagementService) GetSecretMap

GetSecretMap returns multiple k/v pairs from the provider.

func (*KeyManagementService) NewClient

NewClient constructs a new secrets client based on the provided store.

func (*KeyManagementService) Validate added in v0.4.2

func (kms *KeyManagementService) Validate() error

type SMInterface

type SMInterface interface {
	GetSecretValue(request *kmssdk.GetSecretValueRequest) (response *kmssdk.GetSecretValueResponse, err error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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