secrets

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrFailedToListSecrets = errors.New("failed to list secrets")
)

Functions

This section is empty.

Types

type SecretStorage

type SecretStorage interface {
	UpsertSecret(ctx *core.Context, name, value string) error
	ListSecrets(ctx *core.Context) (info []core.ProjectSecretInfo, _ error)
	GetSecrets(ctx *core.Context) (secrets []core.ProjectSecret, _ error)
	DeleteSecret(ctx *core.Context, name string) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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