Files
go-zero/tools/goctl/api/gogen/config.tpl

13 lines
170 B
Smarty
Raw Permalink Normal View History

// Code scaffolded by goctl. Safe to edit.
// goctl {{.version}}
2022-08-06 17:48:59 +08:00
package config
import {{.authImport}}
type Config struct {
rest.RestConf
{{.auth}}
{{.jwtTrans}}
}