ForgeEntity represents an entity (Repository, Organization, Enterprise) that can have forge credentials
| 532 | |
| 533 | // ForgeEntity represents an entity (Repository, Organization, Enterprise) that can have forge credentials |
| 534 | type ForgeEntity interface { |
| 535 | GetEndpoint() GithubEndpoint |
| 536 | GetEndpointName() *string |
| 537 | } |
| 538 | |
| 539 | // Repository implements ForgeEntity |
| 540 | func (r *Repository) GetEndpoint() GithubEndpoint { |
no outgoing calls
no test coverage detected