fusenapi/goctl_template/api/config.tpl

10 lines
104 B
Smarty
Raw Normal View History

2023-06-05 09:56:55 +00:00
package config
import {{.authImport}}
type Config struct {
rest.RestConf
{{.auth}}
{{.jwtTrans}}
}