package
Version:
v0.0.0-...-5dae249
Opens a new window with list of versions in this module.
Published: Dec 26, 2021
License: Unlicense
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AggregateDB struct {
ID string `bson:"_id"`
Category string
Version int `bson:"version"`
Events []EventDB `bson:"events"`
}
type EventDB struct {
AggregateID string `bson:"_id"`
Timestamp time.Time `bson:"timestamp"`
Category string `bson:"category"`
Type string `bson:"type"`
Data bson.M `bson:"data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.