mirror of
https://github.com/foomo/posh-providers.git
synced 2025-10-16 12:35:41 +00:00
9 lines
222 B
Go
9 lines
222 B
Go
package onepassword
|
|
|
|
type Secret struct {
|
|
Account string `json:"account" yaml:"account"`
|
|
Vault string `json:"vault" yaml:"vault"`
|
|
Item string `json:"item" yaml:"item"`
|
|
Field string `json:"field" yaml:"field"`
|
|
}
|