secrets

package
v0.0.0-...-b25f04e Latest Latest
Warning

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

Go to latest
Published: Jul 23, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Provider

type Provider interface {
	ListSecrets(ctx context.Context, preffix string) ([]string, error)
	GetSecret(ctx context.Context, preffix string, key string) (string, error)
	GetSecrets(ctx context.Context, preffix string) ([]string, error)
}

Provider secrets provider interface

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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