MCPcopy Create free account
hub / github.com/adonovan/gopl.io / IssuesSearchResult

Struct IssuesSearchResult

ch4/github/github.go:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13const IssuesURL = "https://api.github.com/search/issues"
14
15type IssuesSearchResult struct {
16 TotalCount int `json:"total_count"`
17 Items []*Issue
18}
19
20type Issue struct {
21 Number int

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected