package
0.0.0-20241209154731-68356499f064
Repository: https://github.com/serverless/event-gateway.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Constants

TypeAsync causes asynchronous event processing.
TypeSync causes that function invocation result will be returned to the caller.

# Structs

ErrInvalidSubscriptionUpdate occurs when a client tries to update a subscription in a way that changes the subscription ID.
ErrPathConfict occurs when HTTP subscription path conflicts with existing path.
ErrSubscriptionAlreadyExists occurs when subscription with the same ID already exists.
ErrSubscriptionNotFound occurs when subscription cannot be found.
ErrSubscriptionValidation occurs when subscription payload doesn't validate.
Subscription maps event type to a function.

# Interfaces

Service represents service for managing subscriptions.

# Type aliases

ID uniquely identifies a subscription.
Subscriptions is an array of subscriptions.
Type of subscription.