Documentation ¶
Index ¶
- func ConfigInstance() interface{}
- func GetConfig(connection *plugin.Connection) onepasswordConfig
- func Plugin(ctx context.Context) *plugin.Plugin
- type ItemAPICrdential
- type ItemCreditCard
- type ItemFile
- type ItemIdentity
- type ItemLogin
- type ItemMedicalRecord
- type ItemPassword
- type ItemSecureNote
- type ItemSoftwareLicense
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigInstance ¶
func ConfigInstance() interface{}
func GetConfig ¶
func GetConfig(connection *plugin.Connection) onepasswordConfig
GetConfig :: retrieve and cast connection config from query data
Types ¶
type ItemAPICrdential ¶
type ItemAPICrdential struct { Username string Credential string onepassword.Item }
type ItemCreditCard ¶
type ItemFile ¶
type ItemFile struct { VaultId string onepassword.File }
type ItemIdentity ¶
type ItemMedicalRecord ¶
type ItemPassword ¶
type ItemPassword struct { Password string onepassword.Item }
type ItemSecureNote ¶
type ItemSecureNote struct { NotesPlain string onepassword.Item }
type ItemSoftwareLicense ¶
type ItemSoftwareLicense struct { LicenseKey string onepassword.Item }
Source Files ¶
- connection_config.go
- plugin.go
- table_onepassword_item.go
- table_onepassword_item_api_credential.go
- table_onepassword_item_credit_card.go
- table_onepassword_item_file.go
- table_onepassword_item_identity.go
- table_onepassword_item_login.go
- table_onepassword_item_medical_record.go
- table_onepassword_item_password.go
- table_onepassword_item_secure_note.go
- table_onepassword_item_software_license.go
- table_onepassword_vault.go
- utils.go
Click to show internal directories.
Click to hide internal directories.