InstallWebhook will create a webhook in github for the entity associated with this pool manager.
(ctx context.Context, param params.InstallWebhookParams)
| 57 | |
| 58 | // InstallWebhook will create a webhook in github for the entity associated with this pool manager. |
| 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. |
no outgoing calls
no test coverage detected