(w http.ResponseWriter, r *http.Request)
| 197 | } |
| 198 | |
| 199 | func (mod *RestAPI) showStartedAt(w http.ResponseWriter, r *http.Request) { |
| 200 | mod.toJSON(w, mod.Session.StartedAt) |
| 201 | } |
| 202 | |
| 203 | func (mod *RestAPI) showWiFi(w http.ResponseWriter, r *http.Request) { |
| 204 | params := mux.Vars(r) |