ID returns the ID of the entity (repo, org, enterprise)
()
| 41 | type PoolManager interface { |
| 42 | // ID returns the ID of the entity (repo, org, enterprise) |
| 43 | ID() string |
| 44 | // WebhookSecret returns the unencrypted webhook secret associated with the webhook installed |
| 45 | // in GitHub for GARM. For GARM to receive webhook events for an entity, either the operator or |
| 46 | // GARM will have to create a webhook in GitHub which points to the GARM API server. To authenticate |
no outgoing calls
no test coverage detected