fusenapi/goctl_template_backend/api/config.tpl

12 lines
145 B
Smarty
Raw Normal View History

2023-06-25 10:30:39 +00:00
package config
import {{.authImport}}
type Config struct {
rest.RestConf
SourceMysql string
Auth types.Auth
{{.auth}}
{{.jwtTrans}}
}