GetWebhookInfo will return information about the webhook installed in github for the entity associated
(ctx context.Context)
| 59 | InstallWebhook(ctx context.Context, param params.InstallWebhookParams) (params.HookInfo, error) |
| 60 | // GetWebhookInfo will return information about the webhook installed in github for the entity associated |
| 61 | GetWebhookInfo(ctx context.Context) (params.HookInfo, error) |
| 62 | // UninstallWebhook will remove the webhook installed in github for the entity associated with this pool manager. |
| 63 | UninstallWebhook(ctx context.Context) error |
| 64 |
no outgoing calls
no test coverage detected