added bolt db support, +TODO list

This commit is contained in:
2023-02-17 13:22:29 +01:00
parent a7cbd93f5e
commit bed65c76cb
7 changed files with 71 additions and 3 deletions

View File

@@ -31,6 +31,7 @@ type Config struct {
Listen string
StorageDir string
Url string
DbFile string
}
func Getversion() string {