firestore

package
v0.3.0-prerelease.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 20, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Overview

Package firestore implements go-eventually interfaces (such as event.Store) using Google Cloud Firestore as backend.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EventStore

type EventStore struct {
	Client *firestore.Client
	Serde  serde.Bytes[message.Message]
}

EventStore is an event.Store implementation using Google Cloud Firestore as backend.

func NewEventStore

func NewEventStore(client *firestore.Client, msgSerde serde.Bytes[message.Message]) EventStore

NewEventStore creates a new EventStore instance.

func (EventStore) Append

func (es EventStore) Append(
	ctx context.Context,
	id event.StreamID,
	expected version.Check,
	events ...event.Envelope,
) (version.Version, error)

Append implements the event.Appender interface.

func (EventStore) Stream

func (es EventStore) Stream(
	ctx context.Context,
	stream event.StreamWrite,
	id event.StreamID,
	selector version.Selector,
) error

Stream implements the event.Streamer interface.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL