()
| 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 |
no outgoing calls
no test coverage detected