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

Struct TemplateData

src/server/model/template_data.go:3–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package model
2
3type TemplateData struct {
4 ContributionData []ContributionEntry
5 Username string
6 ImgType string
7 ImgBase64String string
8}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected