ID is the id of the ProjectItem.
()
| 645 | |
| 646 | // ID is the id of the ProjectItem. |
| 647 | func (p ProjectItem) ID() string { |
| 648 | return p.Id |
| 649 | } |
| 650 | |
| 651 | // Repo is the repository of the project item. It is only valid for issues and pull requests. |
| 652 | func (p ProjectItem) Repo() string { |