Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Option ¶
type Option func(*options)
Option is a function that configures the process.
func WithFeatures ¶
func WithQueryFn ¶
func WithQueryFn(fn func(context.Context, *state.QueryRequest) (*state.QueryResponse, error)) Option
type Wrapped ¶
Wrapped is a wrapper around inmemory state store to ensure that Init and Close are called only once.
type WrappedQuerier ¶
type WrappedQuerier struct { *Wrapped // contains filtered or unexported fields }
func (*WrappedQuerier) Query ¶
func (w *WrappedQuerier) Query(ctx context.Context, req *state.QueryRequest) (*state.QueryResponse, error)
type WrappedTransactionalMultiMaxSize ¶
type WrappedTransactionalMultiMaxSize struct { *Wrapped state.TransactionalStore // contains filtered or unexported fields }
func (*WrappedTransactionalMultiMaxSize) MultiMaxSize ¶
func (w *WrappedTransactionalMultiMaxSize) MultiMaxSize() int
Click to show internal directories.
Click to hide internal directories.