ConfigSet get appset from config file update for issue #16 Config file
()
| 303 | // ConfigSet get appset from config file |
| 304 | // update for issue #16 Config file |
| 305 | func (ctx *HttpContext) ConfigSet() core.ReadonlyMap { |
| 306 | return ctx.HttpServer().DotApp.Config.ConfigSet |
| 307 | } |
| 308 | |
| 309 | // ViewData get view data context |
| 310 | // lazy init when first use |
nothing calls this directly
no test coverage detected