database

package
v4.0.0-beta.11 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2019 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrNoEventData = errors.New("Cannot scan, no event data")
)

Functions

func NewDatabaseEventStream

func NewDatabaseEventStream(rows *sql.Rows) cqrs.EventStream

func NewMySQLSnapshotStore

func NewMySQLSnapshotStore(db *sql.DB) cqrs.SnapshotStore

func NewPostgresSnapshotStore

func NewPostgresSnapshotStore(db *sql.DB) cqrs.SnapshotStore

Types

type EventStream

type EventStream struct {
	// contains filtered or unexported fields
}

func (*EventStream) AggregateId

func (s *EventStream) AggregateId() cqrs.AggregateId

func (*EventStream) Error

func (s *EventStream) Error() error

func (*EventStream) EventType

func (s *EventStream) EventType() cqrs.EventType

func (*EventStream) Next

func (s *EventStream) Next() bool

func (*EventStream) Scan

func (s *EventStream) Scan(event cqrs.EventData) error

func (*EventStream) Timestamp

func (s *EventStream) Timestamp() time.Time

func (*EventStream) Version

func (s *EventStream) Version() int

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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