Abstract the error handling for the storage layer to eliminate the

direct etcd dependency.
This commit is contained in:
Timothy St. Clair
2015-12-03 10:09:45 -06:00
parent f6f7725f90
commit a428246960
7 changed files with 70 additions and 23 deletions

3
.gitignore vendored
View File

@@ -13,6 +13,9 @@
.idea/
*.iml
# Vscode files
.vscode/**
# This is where the result of the go build goes
/output/**
/output