File tree Expand file tree Collapse file tree 3 files changed +23
-0
lines changed
Expand file tree Collapse file tree 3 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ # GoEngine
2+
3+ GoEngine is an Event Sourcing library written for GoLang.
4+
5+ The goal of this library is to reduce the amount of time you have to spend thinking about the infrastructure so you can focus on
6+ implementing your Domains and Business logic!
Original file line number Diff line number Diff line change 1+ mkdocs == 1.0.4
Original file line number Diff line number Diff line change 1+ site_name : GoEngine
2+ docs_dir : docs
3+ repo_url : https://github.com/hellofresh/goengine
4+ copyright : Copyright (c) 2019 HelloFresh
5+ theme :
6+ name : readthedocs
7+ highlightjs : true
8+ hljs_languages :
9+ - golang
10+ nav :
11+ - Home : README.md
12+ - Quick Start : quick-start.md
13+ - Extensions :
14+ - Overview : extension/README.md
15+ - Database : extension/database.md
16+ - Logging : extension/logging.md
You can’t perform that action at this time.
0 commit comments