fusenapi/goctl_template/api/config.tpl
2023-06-05 17:56:55 +08:00

10 lines
104 B
Smarty

package config
import {{.authImport}}
type Config struct {
rest.RestConf
{{.auth}}
{{.jwtTrans}}
}