diff options
author | Silvan Jegen <s.jegen@gmail.com> | 2017-02-23 07:53:17 +0100 |
---|---|---|
committer | Silvan Jegen <s.jegen@gmail.com> | 2017-02-23 07:53:17 +0100 |
commit | 072ad1da1d12265c5d75fa87684682ccc07bb244 (patch) | |
tree | d0fef05b6667605e3a60f28fbb01b4c398c8ae8a | |
parent | 11f35f5794bccac6c94494e414c9e979d0e51cf3 (diff) |
-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 |