Versions in this module Expand all Collapse all v0 v0.2.1 Sep 22, 2023 Changes in this version + type EventStore struct + Client *firestore.Client + Serde serde.Bytes[message.Message] + func (es EventStore) Append(ctx context.Context, id event.StreamID, expected version.Check, ...) (version.Version, error) + func (es EventStore) Stream(ctx context.Context, stream event.StreamWrite, id event.StreamID, ...) error Other modules containing this package github.com/get-eventually/go-eventually