package config import ( "git.i2edu.net/i2/go-zero/core/stores/cache" "git.i2edu.net/i2/go-zero/zrpc" ) type Config struct { zrpc.RpcServerConf DataSource string Table string Cache cache.CacheConf Erp struct { AutoRefresh bool AuthServer string } }