添加了通用的config.tpl

This commit is contained in:
eson
2023-06-21 16:46:25 +08:00
parent b27aaab6b6
commit 28cc8a19ba
9 changed files with 324 additions and 0 deletions

View File

@@ -1,9 +1,12 @@
package config
import {{.authImport}}
import "fusenapi/server/faq/internal/types"
type Config struct {
rest.RestConf
SourceMysql string
Auth types.Auth
{{.auth}}
{{.jwtTrans}}
}