vault

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type VaultPlugin

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

func New

func New() *VaultPlugin

func (*VaultPlugin) Capabilities

func (p *VaultPlugin) Capabilities() []plugin.Capability

func (*VaultPlugin) Delete

func (p *VaultPlugin) Delete(ctx context.Context, key string) error

func (*VaultPlugin) Get

func (p *VaultPlugin) Get(ctx context.Context, key string) ([]byte, error)

func (*VaultPlugin) Init

func (p *VaultPlugin) Init(ctx context.Context, config map[string]interface{}) error

func (*VaultPlugin) InjectEnv

func (p *VaultPlugin) InjectEnv(ctx context.Context, env map[string]string) error

func (*VaultPlugin) Name

func (p *VaultPlugin) Name() string

func (*VaultPlugin) Set

func (p *VaultPlugin) Set(ctx context.Context, key string, value []byte) error

func (*VaultPlugin) Shutdown

func (p *VaultPlugin) Shutdown(ctx context.Context) error

func (*VaultPlugin) Version

func (p *VaultPlugin) Version() string

Jump to

Keyboard shortcuts

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