fusenapi/goctl_template/api/config.tpl
2023-06-21 16:46:25 +08:00

13 lines
189 B
Smarty

package config
import {{.authImport}}
import "fusenapi/server/faq/internal/types"
type Config struct {
rest.RestConf
SourceMysql string
Auth types.Auth
{{.auth}}
{{.jwtTrans}}
}