| 22 | } |
| 23 | |
| 24 | type pullRequestTemplate struct { |
| 25 | Gname string `graphql:"filename"` |
| 26 | Gbody string `graphql:"body"` |
| 27 | } |
| 28 | |
| 29 | func (t *issueTemplate) Name() string { |
| 30 | return t.Gname |
nothing calls this directly
no outgoing calls
no test coverage detected