initial sketch of how this will work
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 461 additions and 55 deletions
+1
View File
@@ -1,6 +1,7 @@
package config
type Config struct {
DBType string `default:"sql"`
DBUser string
DBPass string
DBHost string