go-zero/tools/goctl/api/gogen/config.tpl
2022-08-06 17:48:59 +08:00

10 lines
104 B
Smarty

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