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