summaryrefslogtreecommitdiff
path: root/lib/MaildirIndexer/LogTimelineSchema.rakumod
diff options
context:
space:
mode:
Diffstat (limited to 'lib/MaildirIndexer/LogTimelineSchema.rakumod')
-rw-r--r--lib/MaildirIndexer/LogTimelineSchema.rakumod2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/MaildirIndexer/LogTimelineSchema.rakumod b/lib/MaildirIndexer/LogTimelineSchema.rakumod
index 1e1848f..ea0d2fc 100644
--- a/lib/MaildirIndexer/LogTimelineSchema.rakumod
+++ b/lib/MaildirIndexer/LogTimelineSchema.rakumod
@@ -2,6 +2,8 @@ use v6.d;
unit module MaildirIndexer::LogTimelineSchema;
use Log::Timeline;
+class Scan::End does Log::Timeline::Event['MaildirIndexer','ScanDir','end of initial scan'] { };
+
class Store::Add does Log::Timeline::Task['MaildirIndexer','Store','add file'] { };
class Store::Rm does Log::Timeline::Task['MaildirIndexer','Store','rm file'] { };
class Store::Find does Log::Timeline::Task['MaildirIndexer','Store','finding mailbox'] { };