(rw http.ResponseWriter, r *http.Request)
| 39 | } |
| 40 | |
| 41 | func (conf *GlobalConfig) API_summary(rw http.ResponseWriter, r *http.Request) { |
| 42 | util.ReturnValue(&summary, rw, r) |
| 43 | } |
| 44 | |
| 45 | func (conf *GlobalConfig) API_plugins(rw http.ResponseWriter, r *http.Request) { |
| 46 | util.ReturnValue(Plugins, rw, r) |
nothing calls this directly
no test coverage detected