mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-07 15:10:01 +08:00
13 lines
170 B
Smarty
13 lines
170 B
Smarty
// Code scaffolded by goctl. Safe to edit.
|
|
// goctl {{.version}}
|
|
|
|
package config
|
|
|
|
import {{.authImport}}
|
|
|
|
type Config struct {
|
|
rest.RestConf
|
|
{{.auth}}
|
|
{{.jwtTrans}}
|
|
}
|