Documentation
¶
Index ¶
- Variables
- type App
- func (a *App) Delete(vault, name string) error
- func (a *App) Export(vault string, opts exporter.ExportOptions) (*exporter.Preview, error)
- func (a *App) Generate(vault, name string, opts generator.Options) (string, error)
- func (a *App) Get(vault, name string) (string, error)
- func (a *App) GetAllSecrets(vault string) (map[string]string, error)
- func (a *App) List(vault string) iter.Seq2[string, error]
- func (a *App) ListVaults() iter.Seq2[string, error]
- func (a *App) Reset() error
- func (a *App) Search(pattern string) ([]store.SecretRef, error)
- func (a *App) Set(vault, name, value string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrKeyExistsInEnv = errors.New("key already exists in env file") ErrEnvFileNotExist = errors.New("env file does not exist") )
Common errors for the app layer
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.