(rw http.ResponseWriter, r *http.Request)
| 43 | } |
| 44 | |
| 45 | func (conf *GlobalConfig) API_plugins(rw http.ResponseWriter, r *http.Request) { |
| 46 | util.ReturnValue(Plugins, rw, r) |
| 47 | } |
| 48 | |
| 49 | func (conf *GlobalConfig) API_stream(rw http.ResponseWriter, r *http.Request) { |
| 50 | if streamPath := r.URL.Query().Get("streamPath"); streamPath != "" { |
nothing calls this directly
no test coverage detected