Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type StorageBackend ¶
type StorageBackend struct { Store eventstore.Store sync.WaitGroup // contains filtered or unexported fields }
func Connect ¶
func Connect(cfg config.Storage, logger zerolog.Logger, recv chan msg.ParsedMsg) (*StorageBackend, error)
Connect establishes the connection to the given storage backend based on a URI
func (*StorageBackend) Start ¶
func (b *StorageBackend) Start() error
Start satisfies the StorageBackend interface
func (*StorageBackend) Stop ¶
func (b *StorageBackend) Stop() error
Stop satisfies the StorageBackend interface
Click to show internal directories.
Click to hide internal directories.