Files
Alchegos.Webhook/Handlers/GiteaEventHandlers/IGiteaEventHandler.cs
2025-05-01 23:01:29 +01:00

6 lines
123 B
C#

namespace Alchegos.Webhook.Handlers.GiteaEventHandlers;
public interface IGiteaEventHandler: IWebhookEventHandler
{
}