Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interceptor ¶
type Interceptor struct { *vault.Interceptor[odriver.ValidationCode] }
func (*Interceptor) AppendRWSet ¶
func (i *Interceptor) AppendRWSet([]byte, ...string) error
func (*Interceptor) Bytes ¶
func (i *Interceptor) Bytes() ([]byte, error)
func (*Interceptor) Equals ¶
func (i *Interceptor) Equals(other interface{}, nss ...string) error
type SimpleTXIDStore ¶
type SimpleTXIDStore = txidstore.SimpleTXIDStore[odriver.ValidationCode]
func NewSimpleTXIDStore ¶
func NewSimpleTXIDStore(persistence txidstore.UnversionedPersistence) (*SimpleTXIDStore, error)
type TXIDStoreReader ¶
type TXIDStoreReader = vault.TXIDStoreReader[odriver.ValidationCode]
Click to show internal directories.
Click to hide internal directories.