secrets

package
v0.5.7-RC1 Latest Latest
Warning

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

Go to latest
Published: May 8, 2025 License: MPL-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OnePasswordConfig

type OnePasswordConfig struct {
	Vaults map[string]OnePasswordVault `yaml:"vaults,omitempty"`
}

type OnePasswordVault

type OnePasswordVault struct {
	ID   string `yaml:"id,omitempty"`
	URL  string `yaml:"url,omitempty"`
	Name string `yaml:"name,omitempty"`
}

type SecretsConfig

type SecretsConfig struct {
	OnePasswordConfig `yaml:"onepassword,omitempty"`
}

SecretsConfig represents the Secrets configuration

func (*SecretsConfig) Copy

func (c *SecretsConfig) Copy() *SecretsConfig

Copy creates a deep copy of the SecretsConfig object

func (*SecretsConfig) Merge

func (base *SecretsConfig) Merge(overlay *SecretsConfig)

Merge performs a deep merge of the current SecretsConfig with another SecretsConfig.

Jump to

Keyboard shortcuts

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