- Migrate various mocks of core namespaces to shared version in `fakes` pkg - Err on the side of making test doubles less sophisticated - Don't pull over mocks of namespaces that are only used in example code
- Adds interfaces for developers to build handlers that update data in response to log events - Resolves #29