You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some clients might already have an event store yet they might want to index events as well. One of those clients is for example Riot-X on Android.
Such clients will want to use only the indexing side of Seshat. Luckily the implementation already has a clear separation of the database and the indexer.
For this to be fixed the Index struct will need to be made public, documenting all the public methods will be necessary as well.
The text was updated successfully, but these errors were encountered:
Some clients might already have an event store yet they might want to index events as well. One of those clients is for example Riot-X on Android.
Such clients will want to use only the indexing side of Seshat. Luckily the implementation already has a clear separation of the database and the indexer.
For this to be fixed the
Index
struct will need to be made public, documenting all the public methods will be necessary as well.The text was updated successfully, but these errors were encountered: