[][src]Module cqrs_todo_core::events

Events in the to-do system

Structs

Completed

The activity was completed.

Created

A to-do was created.

DescriptionUpdated

The description was updated.

ReminderUpdated

The reminder was updated.

Uncompleted

The activity's completion was undone.