Versions in this module Expand all Collapse all v0 v0.6.0 Apr 3, 2023 v0.5.0 Apr 1, 2023 Changes in this version + type AggregateStore struct + func NewStore(eventStore cqrs.EventStore, aggregateFactory cqrs.AggregateFactory) *AggregateStore + func (s *AggregateStore) Load(aggregateID cqrs.Identifier, aggregateType string) (cqrs.AdvancedAggregate, error) + func (s *AggregateStore) Store(agg cqrs.AdvancedAggregate, events ...cqrs.DomainEvent) error