Versions in this module Expand all Collapse all v0 v0.0.2 Sep 20, 2024 v0.0.1 Sep 14, 2024 Changes in this version + type UseCase struct + func New(clients *adapter.Clients) *UseCase + func (x *UseCase) HandleAzureCloudEvent(ctx context.Context, ev *model.CloudEventSchema) error + func (x *UseCase) Route(ctx context.Context, input *model.RouteInput) error + func (x *UseCase) ValidateAzureEventGrid(ctx context.Context, callbackURL string) error