aboutsummaryrefslogtreecommitdiff
path: root/forged/internal/database
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-08-17 16:10:12 +0800
committerRunxi Yu <me@runxiyu.org>2025-08-17 16:10:12 +0800
commitba43cd193c78eb70c4734d95f5864bfffde3277d (patch)
tree3158ecc58822dfeda4a4bd98b2023cb642d0b158 /forged/internal/database
parentSplit the handler up (diff)
downloadforge-ba43cd193c78eb70c4734d95f5864bfffde3277d.tar.gz
forge-ba43cd193c78eb70c4734d95f5864bfffde3277d.tar.zst
forge-ba43cd193c78eb70c4734d95f5864bfffde3277d.zip
Unspaghetti the handler
Diffstat (limited to 'forged/internal/database')
-rw-r--r--forged/internal/database/database.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/forged/internal/database/database.go b/forged/internal/database/database.go
index 3e0fc97..92244b7 100644
--- a/forged/internal/database/database.go
+++ b/forged/internal/database/database.go
@@ -29,6 +29,5 @@ func Open(ctx context.Context, config Config) (Database, error) {
}
type Config struct {
- Type string `scfg:"type"`
Conn string `scfg:"conn"`
}