(rw http.ResponseWriter, r *http.Request)
| 59 | } |
| 60 | |
| 61 | func (conf *GlobalConfig) API_sysInfo(rw http.ResponseWriter, r *http.Request) { |
| 62 | util.ReturnValue(&SysInfo, rw, r) |
| 63 | } |
| 64 | |
| 65 | func (conf *GlobalConfig) API_closeStream(w http.ResponseWriter, r *http.Request) { |
| 66 | if streamPath := r.URL.Query().Get("streamPath"); streamPath != "" { |
nothing calls this directly
no test coverage detected