Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PendingEvent ¶
type PendingEvent struct {
EventID string
Event event.DomainEvent
}
type StatusBucket ¶
type StatusReader ¶
type StatusSnapshot ¶
type StatusSnapshot struct {
Store string `json:"store"`
GeneratedAt time.Time `json:"generated_at"`
Buckets []StatusBucket `json:"buckets"`
}
Click to show internal directories.
Click to hide internal directories.