(w http.ResponseWriter, r *http.Request)
| 160 | } |
| 161 | |
| 162 | func (mod *RestAPI) showEnv(w http.ResponseWriter, r *http.Request) { |
| 163 | mod.toJSON(w, mod.Session.Env) |
| 164 | } |
| 165 | |
| 166 | func (mod *RestAPI) showGateway(w http.ResponseWriter, r *http.Request) { |
| 167 | mod.toJSON(w, mod.Session.Gateway) |