onepassword

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 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"`
}

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

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

Jump to

Keyboard shortcuts

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