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"`
}
OnePasswordConfig represents the OnePassword configuration
func (*OnePasswordConfig) DeepCopy ¶
func (c *OnePasswordConfig) DeepCopy() *OnePasswordConfig
DeepCopy creates a deep copy of the OnePasswordConfig object
func (*OnePasswordConfig) Merge ¶
func (base *OnePasswordConfig) Merge(overlay *OnePasswordConfig)
Merge performs a deep merge of the current OnePasswordConfig with another OnePasswordConfig.
type OnePasswordVault ¶
Click to show internal directories.
Click to hide internal directories.