package config import {{.authImport}} type Config struct { rest.RestConf SourceMysql string Auth types.Auth {{.auth}} {{.jwtTrans}} }