Documentation ¶
Index ¶
Constants ¶
View Source
const (
EventStoreType = "none"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TxEventStore ¶
type TxEventStore struct{}
TxEventStore acts as a /dev/null
func NewNullEventStore ¶
func NewNullEventStore() *TxEventStore
func (TxEventStore) GetType ¶
func (t TxEventStore) GetType() string
func (TxEventStore) Start ¶
func (t TxEventStore) Start() error
func (TxEventStore) Stop ¶
func (t TxEventStore) Stop() error
Click to show internal directories.
Click to hide internal directories.