MCPcopy
hub / github.com/cli/cli / issueTemplate

Struct issueTemplate

pkg/cmd/pr/shared/templates.go:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16)
17
18type issueTemplate struct {
19 Gname string `graphql:"name"`
20 Gbody string `graphql:"body"`
21 Gtitle string `graphql:"title"`
22}
23
24type pullRequestTemplate struct {
25 Gname string `graphql:"filename"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected