driver

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Sep 2, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Driver

type Driver interface {
	// NewEndorseTx returns a new EndorseTxStore for the passed data source and config
	NewEndorseTx(driver3.PersistenceName, ...string) (EndorseTxStore, error)
	// NewMetadata returns a new MetadataStore for the passed data source and config
	NewMetadata(driver3.PersistenceName, ...string) (MetadataStore, error)
	// NewEnvelope returns a new EnvelopeStore for the passed data source and config
	NewEnvelope(driver3.PersistenceName, ...string) (EnvelopeStore, error)
	// NewVault returns a new VaultStore for the passed data source and config
	NewVault(driver3.PersistenceName, ...string) (driver.VaultStore, error)
}

type EndorseTxStore

type EndorseTxStore = driver.EndorseTxStore[string]

type EnvelopeStore

type EnvelopeStore = driver.EnvelopeStore[string]

type MetadataStore

type MetadataStore = driver.MetadataStore[string, []byte]

type NamedDriver

type NamedDriver = driver.NamedDriver[Driver]

type VaultStore

type VaultStore = driver.VaultStore

Directories

Path Synopsis
sql

Jump to

Keyboard shortcuts

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