| 18 | ) |
| 19 | |
| 20 | type Server struct { |
| 21 | c *cache.Cache |
| 22 | GitHubToken string |
| 23 | } |
| 24 | |
| 25 | func (s *Server) handleRender(w http.ResponseWriter, r *http.Request) { |
| 26 | params := util.GetRequestParams(r.URL.Query()) |
nothing calls this directly
no outgoing calls
no test coverage detected