(rw http.ResponseWriter, req *http.Request)
| 211 | } |
| 212 | |
| 213 | func (sh *StatusHandler) serveStatusJSON(rw http.ResponseWriter, req *http.Request) { |
| 214 | httputil.ReturnJSON(rw, sh.currentStatus()) |
| 215 | } |
| 216 | |
| 217 | func (sh *StatusHandler) googleCloudConsole() (string, error) { |
| 218 | if !env.OnGCE() { |
no test coverage detected