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

Struct Issue

ch4/github/github.go:20–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20type Issue struct {
21 Number int
22 HTMLURL string `json:"html_url"`
23 Title string
24 State string
25 User *User
26 CreatedAt time.Time `json:"created_at"`
27 Body string // in Markdown format
28}
29
30type User struct {
31 Login string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected