modulepackage
0.0.0-20191106220529-2723bb6c7c79
Repository: https://github.com/textileio/go-eventstore.git
Documentation: pkg.go.dev
# README
DEPRECATED
This repository is DEPRECATED, all contents were moved to go-textile-threads.
go-eventstore
A lightweight event store in Go
TODO: Fill out this long description.
Table of Contents
Background
Install
go get github.com/textileio/go-eventstore
Usage
Coming Soon
API
Coming Soon
Maintainers
Contributing
PRs accepted.
Small note: If editing the README, please conform to the standard-readme specification.
License
MIT © 2019 Textile.io
# Packages
Package broadcast implements multi-listener broadcast channels.
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
NewDispatcher creates a new EventDispatcher.
No description provided by the author
No description provided by the author
NewStore creates a new Store, which will *own* ds and dispatcher for internal use.
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Dispatcher is used to dispatch events to registered reducers.
No description provided by the author
No description provided by the author
SimpleTx implements the transaction interface for datastores who do not have any sort of underlying transactional support.
No description provided by the author
TxMapDatastore does stuff...
Txn represents a read/write transaction in the Store.
# Type aliases
MatchFunc is a function used to test an arbitrary matching value in a query.