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

# Packages

Package mock is a generated GoMock package.

# Functions

New instantiates a new Router.

# Structs

AsyncSubscriber store info about space and function ID.
Authorization is an object containing authorization information.
AuthorizationError represents error during authorization process.
AuthorizerPayload is a object that authorizer function is invoked with.
AuthorizerResponse is a expected result from authorizer function.
HTTPResponse is a response schema returned by subscribed function in case of HTTP event.
Router calls a target function when an endpoint is hit, and handles pubsub message delivery.
SyncSubscriber store info about space, function ID and path params for sync subscriptions.

# Interfaces

Targeter is an interface for retrieving cached configuration for driving performance-sensitive routing decisions.