package config import "github.com/zeromicro/go-zero/core/stores/cache" import {{.authImport}} type Config struct { rest.RestConf {{.auth}} {{.jwtTrans}} MysqlConnStr string PgConnStr string CacheRedis cache.CacheConf Auth struct { AccessSecret string AccessExpire int64 } VER string }