package config

import {{.authImport}}

type Config struct {
	rest.RestConf
	SourceMysql	string
	Auth    	types.Auth
	SourceRabbitMq string
	{{.auth}}
	{{.jwtTrans}}
}