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 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.
Click to show internal directories.
Click to hide internal directories.