diff options
-rw-r--r-- | stasherpresent.slide | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/stasherpresent.slide b/stasherpresent.slide index 1f73dab..f293fb7 100644 --- a/stasherpresent.slide +++ b/stasherpresent.slide @@ -97,10 +97,10 @@ Code available at * Implementation - Interfaces -- Manager +- "Manager" - Error handling - Config parser -- Registry +- "Registry" * Interfaces @@ -190,7 +190,7 @@ manager/manager.go - Hand-written parser - Currently only supports string literals (no arrays) -- Uses the Registry to get the modules +- Uses the "Registry" to get the modules * Registry @@ -223,7 +223,7 @@ input/http/http.go * Demo (a.k.a. "It totally works, I swear!") -* High-level TODOs +* TODOs - Watch input directories - Multiple modules for each main module |