DisplayName returns a user-friendly name via actorDisplayName.
()
| 316 | |
| 317 | // DisplayName returns a user-friendly name via actorDisplayName. |
| 318 | func (a CommentAuthor) DisplayName() string { |
| 319 | return actorDisplayName("", a.Login, "") |
| 320 | } |
| 321 | |
| 322 | // IssueCreate creates an issue in a GitHub repository |
| 323 | func IssueCreate(client *Client, repo *Repository, params map[string]interface{}) (*Issue, error) { |
nothing calls this directly
no test coverage detected