clients

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package clients contains code for connecting to secret provider APIs.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OnePasswordClient

type OnePasswordClient interface {
	Resolve(ctx context.Context, secretReference string) (string, error)
	ListItems(ctx context.Context, vaultID string, filters ...onepassword.ItemListFilter) ([]onepassword.ItemOverview, error)
	ListVaults(ctx context.Context) ([]onepassword.VaultOverview, error)
	GetItem(ctx context.Context, vaultID, itemID string) (onepassword.Item, error)
}

OnePasswordClient defines the subset of the 1Password SDK that we use.

func NewOnePasswordClient

func NewOnePasswordClient(ctx context.Context, token string) (OnePasswordClient, error)

NewOnePasswordClient creates a OnePasswordClient from the 1Password SDK

Directories

Path Synopsis
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.

Jump to

Keyboard shortcuts

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