stores

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IdentityStore

type IdentityStore interface {

	// Delete deletes the identity with the provided fingerprint from this store.
	Delete(fingerprint string) error

	// Fetch returns the identity with the provided fingerprint from this store.
	Fetch(fingerprint string) (*identities.Identity, error)

	// List returns the identities from this store.
	List() ([]*identities.Identity, error)

	// Upsert inserts or updates an identity into this store and returns the fingerprint.
	Upsert(*identities.Identity) (string, error)
}

IdentityStore defines the interface for identity stores.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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