Commits on Source (15)
-
gjahn authored
* remove some spaces * return item.Name() instead of map key * re-order router log output
-
gjahn authored
-
gjahn authored
-
gjahn authored
-
gjahn authored
-
gjahn authored
-
gjahn authored
-
gjahn authored
-
-
gjahn authored
-
gjahn authored
* new slog in stdlib is utilized for that and replaces 'log' pkg * configuration pkg is used validate and now set/define/refer log level values * the 'error' level call is not fatal, thus os.Exit is called instead
-
gjahn authored
Although, password file is checked during config validation, sth may have changed the file content in the short period of time between validation and DB client initialization, hence exiting in case of an error
-
gjahn authored
-
gjahn authored
Showing
- .gitlab-ci.yml 11 additions, 0 deletions.gitlab-ci.yml
- Makefile 2 additions, 0 deletionsMakefile
- README.md 18 additions, 8 deletionsREADME.md
- configuration/config.go 44 additions, 11 deletionsconfiguration/config.go
- main.go 19 additions, 3 deletionsmain.go
- routing/routes.go 89 additions, 15 deletionsrouting/routes.go
- routing/routes_test.go 11 additions, 1 deletionrouting/routes_test.go
- routing/templates.go 11 additions, 0 deletionsrouting/templates.go
- state/ephemeral.go 3 additions, 3 deletionsstate/ephemeral.go
- state/ephemeral_test.go 37 additions, 0 deletionsstate/ephemeral_test.go
- state/persistent.go 12 additions, 3 deletionsstate/persistent.go
- state/store.go 1 addition, 1 deletionstate/store.go
.gitlab-ci.yml
0 → 100644
state/ephemeral_test.go
0 → 100644