googleadapter

package
v0.0.0-...-e7c744b Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SecretStore

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

SecretStore uses the common secret store to access secrets.

func NewSecretStore

func NewSecretStore(store common.SecretStore) SecretStore

func (SecretStore) GetRawSecret

func (s SecretStore) GetRawSecret(ctx context.Context, secretID string) (map[string]string, error)

GetRawSecret returns the raw values of a secret.

func (SecretStore) GetSecret

func (s SecretStore) GetSecret(ctx context.Context, secretID string) (google.Secret, error)

GetSecret returns a secret.

Jump to

Keyboard shortcuts

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