mirror of
https://codeberg.org/scip/anydb.git
synced 2025-12-17 12:31:02 +01:00
init
This commit is contained in:
13
cfg/config.go
Normal file
13
cfg/config.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package cfg
|
||||
|
||||
import "github.com/tlinden/anydb/app"
|
||||
|
||||
var Version string = "v0.0.1"
|
||||
|
||||
type Config struct {
|
||||
Debug bool
|
||||
Dbfile string
|
||||
DB *app.DB
|
||||
File string
|
||||
Tags []string
|
||||
}
|
||||
Reference in New Issue
Block a user