版本升级兼容
小于 1 分钟
from old to v0.30.0+
add MustGetConfig
method for ServiceContext
return config.Config
func (sc *ServiceContext) MustGetConfig() config.Config {
return sc.Config
}
add MustGetConfig
method for ServiceContext
return config.Config
func (sc *ServiceContext) MustGetConfig() config.Config {
return sc.Config
}