初始化

This commit is contained in:
SunYF
2026-08-28 14:07:22 +08:00
parent a185247ab1
commit b34325a16f
971 changed files with 291 additions and 220360 deletions
-17
View File
@@ -1,17 +0,0 @@
package db
import "context"
// DatabaseConf PostgreSQL 连接配置
type DatabaseConf struct {
Host string
Port int
User string
Password string
Dbname string
Debug bool
}
func contextBackdrop() context.Context {
return context.Background()
}