vault

package module
v0.0.0-...-cdc24ad Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2023 License: Apache-2.0 Imports: 1 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Provider

type Provider interface {
	Secret(ctx context.Context, domain, name string) (*Secret, error)

	CreateSecret(ctx context.Context, domain, name string, data []byte) (*Secret, error)
	DeleteSecret(ctx context.Context, domain, name string) error
}

type Secret

type Secret struct {
	Value []byte
}

Directories

Path Synopsis
cmd
pkg
to
provider

Jump to

Keyboard shortcuts

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