fusenapi/goctl_template/api/config.tpl
2023-06-21 18:59:27 +08:00

12 lines
145 B
Smarty

package config
import {{.authImport}}
type Config struct {
rest.RestConf
SourceMysql string
Auth types.Auth
{{.auth}}
{{.jwtTrans}}
}