fusenapi/goctl_template/api/config.tpl
laodaming f316a340c8 fix
2023-07-28 15:10:06 +08:00

13 lines
168 B
Smarty

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