Documentation
¶
Index ¶
- type Config
- type Connect
- func (c *Connect) GetFileContent(ctx context.Context, vaultID, itemID, fileID string) ([]byte, error)
- func (c *Connect) GetItemByID(ctx context.Context, vaultID, itemID string) (*model.Item, error)
- func (c *Connect) GetItemsByTitle(ctx context.Context, vaultID, itemTitle string) ([]model.Item, error)
- func (c *Connect) GetVaultsByTitle(ctx context.Context, vaultQuery string) ([]model.Vault, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connect ¶
type Connect struct {
// contains filtered or unexported fields
}
Connect is a client for interacting with 1Password using the Connect API.
func (*Connect) GetFileContent ¶
func (*Connect) GetItemByID ¶
func (*Connect) GetItemsByTitle ¶
Click to show internal directories.
Click to hide internal directories.