initial sketch of how this will work
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-12-30 20:27:24 -05:00
parent dc7218131d
commit c26ece0c86
10 changed files with 462 additions and 56 deletions

View File

@@ -1,6 +1,7 @@
package config
type Config struct {
DBType string `default:"sql"`
DBUser string
DBPass string
DBHost string