(w http.ResponseWriter, r *http.Request)
| 172 | } |
| 173 | |
| 174 | func (mod *RestAPI) showModules(w http.ResponseWriter, r *http.Request) { |
| 175 | mod.toJSON(w, mod.Session.Modules) |
| 176 | } |
| 177 | |
| 178 | func (mod *RestAPI) showLAN(w http.ResponseWriter, r *http.Request) { |
| 179 | params := mux.Vars(r) |