feat: 升级 samber/do v1 → v2

This commit is contained in:
2026-05-15 09:04:12 +08:00
parent 7741f7584d
commit 9ad5d25836
47 changed files with 1456 additions and 684 deletions
+1
View File
@@ -15,6 +15,7 @@ type Route struct {
Exact bool `db:"exact"`
Platform string `db:"platform"`
Extra map[string]any `db:"extra"`
Roles []string `db:"roles"`
UpdatedAt string `db:"updated_at"`
CreatedAt string `db:"created_at"`
}