onepassword

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

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

func Plugin

func Plugin(ctx context.Context) *plugin.Plugin

Types

type ItemAPICrdential

type ItemAPICrdential struct {
	Username   string
	Credential string
	onepassword.Item
}

type ItemCreditCard

type ItemCreditCard struct {
	CardHolder         string
	Type               string
	CreditCardNumber   string
	VerificationNumber string
	ExpiryDate         string
	ValidFrom          string
	onepassword.Item
}

type ItemFile

type ItemFile struct {
	VaultId string
	onepassword.File
}

type ItemIdentity

type ItemIdentity struct {
	FirstName  string
	Initial    string
	LastName   string
	Gender     string
	BirthDate  string
	Occupation string
	Company    string
	Department string
	JobTitle   string
	onepassword.Item
}

type ItemLogin

type ItemLogin struct {
	Username string
	Password string
	onepassword.Item
}

type ItemMedicalRecord

type ItemMedicalRecord struct {
	Date                   string
	Dosage                 string
	HealthcareProfessional string
	Location               string
	Medication             string
	MedicationNotes        string
	Patient                string
	Reason                 string
	onepassword.Item
}

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
}

Jump to

Keyboard shortcuts

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