Documentation
¶
Overview ¶
Package messages contains the messages used by the reminder service
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EntityReminderEvent ¶
type EntityReminderEvent struct {
// Project is the project that the event is relevant to
Project uuid.UUID `json:"project"`
// ProviderID is the provider of the repository
ProviderID uuid.UUID `json:"provider"`
// EntityID is the entity id of the repository to be reconciled
EntityID uuid.UUID `json:"entity_id"`
}
EntityReminderEvent is an event that is published by the reminder service to trigger repo reconciliation
func EntityReminderEventFromMessage ¶
func EntityReminderEventFromMessage(msg *message.Message) (*EntityReminderEvent, error)
EntityReminderEventFromMessage creates a new repo reminder event from a message
Click to show internal directories.
Click to hide internal directories.