secretbackends

package
v0.0.0-...-439fd0a Latest Latest
Warning

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

Go to latest
Published: May 3, 2024 License: AGPL-3.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewAddSecretBackendCommand

func NewAddSecretBackendCommand() cmd.Command

NewAddSecretBackendCommand returns a command to add a secret backend.

func NewListSecretBackendsCommand

func NewListSecretBackendsCommand() cmd.Command

NewListSecretBackendsCommand returns a command to list secrets backends.

func NewRemoveSecretBackendCommand

func NewRemoveSecretBackendCommand() cmd.Command

NewRemoveSecretBackendCommand returns a command to remove secret backends.

func NewShowSecretBackendCommand

func NewShowSecretBackendCommand() cmd.Command

NewShowSecretBackendCommand returns a command to show a secrets backend.

func NewUpdateSecretBackendCommand

func NewUpdateSecretBackendCommand() cmd.Command

NewUpdateSecretBackendCommand returns a command to update a secret backend.

Types

type AddSecretBackendsAPI

type AddSecretBackendsAPI interface {
	AddSecretBackend(backend secretbackends.CreateSecretBackend) error
	Close() error
}

AddSecretBackendsAPI is the secrets client API.

type ListSecretBackendsAPI

type ListSecretBackendsAPI interface {
	ListSecretBackends([]string, bool) ([]secretbackends.SecretBackend, error)
	Close() error
}

ListSecretBackendsAPI is the secrets client API.

type RemoveSecretBackendsAPI

type RemoveSecretBackendsAPI interface {
	RemoveSecretBackend(string, bool) error
	Close() error
}

RemoveSecretBackendsAPI is the secrets client API.

type ShowSecretBackendsAPI

type ShowSecretBackendsAPI interface {
	ListSecretBackends([]string, bool) ([]secretbackends.SecretBackend, error)
	Close() error
}

ShowSecretBackendsAPI is the secrets client API.

type UpdateSecretBackendsAPI

type UpdateSecretBackendsAPI interface {
	UpdateSecretBackend(secretbackends.UpdateSecretBackend, bool) error
	Close() error
}

UpdateSecretBackendsAPI is the secrets client API.

Directories

Path Synopsis
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.

Jump to

Keyboard shortcuts

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