6 lines
110 B
C#
6 lines
110 B
C#
namespace Alchegos.Gitea.Webhook.Handlers;
|
|
|
|
public interface IGiteaEventHandler: IWebhookEventHandler
|
|
{
|
|
|
|
} |