Files
slogan/server/styleagent/consts/db_group.go
T
admin a6de9ebd12 Add 'server/' from commit 'e64421295fff83acbb6d6ab3d3b27f3ef8368f00'
git-subtree-dir: server
git-subtree-mainline: c4e617ada7
git-subtree-split: e64421295f
2026-08-04 15:02:35 +08:00

9 lines
193 B
Go

package consts
// 数据库组:config.yml database.* 中的分组名,与 slogans 各域 SQLite 文件一一对应
const (
DBGroupPlan = "plan"
DBGroupPay = "pay"
DBGroupCps = "cps"
)