SetConfig set config for app
(config *config.Config)
| 323 | |
| 324 | // SetConfig set config for app |
| 325 | func (app *DotWeb) SetConfig(config *config.Config) { |
| 326 | app.Config = config |
| 327 | } |
| 328 | |
| 329 | // ReSetConfig reset config for app |
| 330 | // only apply when app is running |
no outgoing calls