fusenapi/goctl_template/api/config.tpl

13 lines
168 B
Smarty
Raw Normal View History

2023-06-05 09:56:55 +00:00
package config
import {{.authImport}}
type Config struct {
rest.RestConf
2023-06-21 08:46:25 +00:00
SourceMysql string
Auth types.Auth
2023-07-28 07:10:06 +00:00
SourceRabbitMq string
2023-06-05 09:56:55 +00:00
{{.auth}}
{{.jwtTrans}}
}