MCPcopy Create free account
hub / github.com/ez4o/github-contribution-graph / Server

Struct Server

src/server/server.go:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18)
19
20type Server struct {
21 c *cache.Cache
22 GitHubToken string
23}
24
25func (s *Server) handleRender(w http.ResponseWriter, r *http.Request) {
26 params := util.GetRequestParams(r.URL.Query())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected