Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventBookedEvent ¶
func (*EventBookedEvent) EventName ¶
func (c *EventBookedEvent) EventName() string
type EventCreatedEvent ¶
type EventCreatedEvent struct { ID string `json:"id"` Name string `json:"name"` LocationID string `json:"location_id"` Start time.Time `json:"start_date"` End time.Time `json:"end_date"` }
func (*EventCreatedEvent) EventName ¶
func (c *EventCreatedEvent) EventName() string
type LocationCreatedEvent ¶
type LocationCreatedEvent struct { ID string `json:"id"` Name string `json:"name"` Address string `json:"address"` Country string `json:"country"` Halls []persistence.Hall `json:"halls"` }
func (*LocationCreatedEvent) EventName ¶
func (c *LocationCreatedEvent) EventName() string
Click to show internal directories.
Click to hide internal directories.