add custom bucket support

This commit is contained in:
Thomas von Dein
2024-12-21 22:49:22 +01:00
committed by T.v.Dein
parent be79886e89
commit 3de65aa1c3
3 changed files with 13 additions and 9 deletions

View File

@@ -7,6 +7,7 @@ var Version string = "v0.0.4"
type Config struct {
Debug bool
Dbfile string
Dbbucket string
Template string
Mode string // wide, table, yaml, json
NoHeaders bool