Update 热更新配置
(conf *config.Config)
| 138 | |
| 139 | // Update 热更新配置 |
| 140 | func (opt *Plugin) Update(conf *config.Config) { |
| 141 | opt.Config.OnEvent(UpdateConfig(conf)) |
| 142 | } |
| 143 | |
| 144 | func (opt *Plugin) registerHandler() { |
| 145 | t := reflect.TypeOf(opt.Config) |
no test coverage detected