Documentation ¶
Overview ¶
Package reminderprocessor processes the incoming reminders
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReminderProcessor ¶
type ReminderProcessor struct {
// contains filtered or unexported fields
}
ReminderProcessor processes the incoming reminders
func NewReminderProcessor ¶
func NewReminderProcessor(evt events.Interface) *ReminderProcessor
NewReminderProcessor creates a new ReminderProcessor
func (*ReminderProcessor) Register ¶
func (rp *ReminderProcessor) Register(r events.Registrar)
Register implements the Consumer interface.
Click to show internal directories.
Click to hide internal directories.