Versions in this module Expand all Collapse all v0 v0.2.0 May 13, 2022 Changes in this version + func GetItem(itemName string, opts ...Options) (*onepassword.Item, error) + func LoadItem(itemName string, i interface{}, opts ...Options) error + func UnmarshallItem(item *onepassword.Item, i interface{}) error + type Options func(*optionsStruct) + func WithToken(token string) Options + func WithURL(url string) Options + func WithVault(uuid string) Options + func WithVaultTitle(title string) Options