Documentation
¶
Index ¶
- type SystemSettingsAggregate
- func (s *SystemSettingsAggregate) ApplyEventState(eventState evercore.EventState, eventTime time.Time, reference string) error
- func (s *SystemSettingsAggregate) ApplySnapshot(snapshot *evercore.Snapshot) error
- func (s *SystemSettingsAggregate) AsAggregate() evercore.Aggregate
- func (s *SystemSettingsAggregate) GetAggregateType() string
- func (s *SystemSettingsAggregate) GetId() int64
- func (s *SystemSettingsAggregate) GetSequence() int64
- func (s *SystemSettingsAggregate) GetSnapshotFrequency() int64
- func (s *SystemSettingsAggregate) GetSnapshotState() (*string, error)
- func (s *SystemSettingsAggregate) SetId(id int64)
- func (s *SystemSettingsAggregate) SetSequence(seq int64)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SystemSettingsAggregate ¶
type SystemSettingsAggregate struct {
Id int64 `json:"id"`
Sequence int64 `json:"sequence"`
Settings map[string]string `json:"settings"`
}
evercore:aggregate
func NewSystemSettingsAggregate ¶
func NewSystemSettingsAggregate() *SystemSettingsAggregate
func (*SystemSettingsAggregate) ApplyEventState ¶
func (s *SystemSettingsAggregate) ApplyEventState(eventState evercore.EventState, eventTime time.Time, reference string) error
func (*SystemSettingsAggregate) ApplySnapshot ¶
func (s *SystemSettingsAggregate) ApplySnapshot(snapshot *evercore.Snapshot) error
func (*SystemSettingsAggregate) AsAggregate ¶
func (s *SystemSettingsAggregate) AsAggregate() evercore.Aggregate
func (*SystemSettingsAggregate) GetAggregateType ¶
func (s *SystemSettingsAggregate) GetAggregateType() string
func (*SystemSettingsAggregate) GetId ¶
func (s *SystemSettingsAggregate) GetId() int64
func (*SystemSettingsAggregate) GetSequence ¶
func (s *SystemSettingsAggregate) GetSequence() int64
func (*SystemSettingsAggregate) GetSnapshotFrequency ¶
func (s *SystemSettingsAggregate) GetSnapshotFrequency() int64
func (*SystemSettingsAggregate) GetSnapshotState ¶
func (s *SystemSettingsAggregate) GetSnapshotState() (*string, error)
func (*SystemSettingsAggregate) SetId ¶
func (s *SystemSettingsAggregate) SetId(id int64)
func (*SystemSettingsAggregate) SetSequence ¶
func (s *SystemSettingsAggregate) SetSequence(seq int64)
Click to show internal directories.
Click to hide internal directories.