mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-01-24 18:00:24 +08:00
10 lines
104 B
Smarty
10 lines
104 B
Smarty
package config
|
|
|
|
import {{.authImport}}
|
|
|
|
type Config struct {
|
|
rest.RestConf
|
|
{{.auth}}
|
|
{{.jwtTrans}}
|
|
}
|