| 16 | ) |
| 17 | |
| 18 | type issueTemplate struct { |
| 19 | Gname string `graphql:"name"` |
| 20 | Gbody string `graphql:"body"` |
| 21 | Gtitle string `graphql:"title"` |
| 22 | } |
| 23 | |
| 24 | type pullRequestTemplate struct { |
| 25 | Gname string `graphql:"filename"` |
nothing calls this directly
no outgoing calls
no test coverage detected