13 lines
168 B
Smarty
13 lines
168 B
Smarty
package config
|
|
|
|
import {{.authImport}}
|
|
|
|
type Config struct {
|
|
rest.RestConf
|
|
SourceMysql string
|
|
Auth types.Auth
|
|
SourceRabbitMq string
|
|
{{.auth}}
|
|
{{.jwtTrans}}
|
|
}
|