(w http.ResponseWriter, r *http.Request)
| 164 | } |
| 165 | |
| 166 | func (mod *RestAPI) showGateway(w http.ResponseWriter, r *http.Request) { |
| 167 | mod.toJSON(w, mod.Session.Gateway) |
| 168 | } |
| 169 | |
| 170 | func (mod *RestAPI) showInterface(w http.ResponseWriter, r *http.Request) { |
| 171 | mod.toJSON(w, mod.Session.Interface) |