state

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2023 License: Apache-2.0 Imports: 11 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Register

func Register(server *grpc.Server, getInstance func(context.Context) Store)

Types

type Querier

type Querier interface {
	contribState.Querier
}

Querier is an interface to execute queries.

type Store

type Store interface {
	// uses contrib state store as base.
	contribState.Store
}

Store is an interface to perform operations on store.

type TransactionalStore

type TransactionalStore interface {
	contribState.TransactionalStore
}

TransactionalStore is an interface for initialization and support multiple transactional requests.

Jump to

Keyboard shortcuts

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