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
Package shared contains shared data between the host and plugins.

# Functions

NewManager creates new Manager.

# Constants

Async subscription type.
Sync subscription type.

# Structs

Hclog2ZapLogger implements Hashicorp's hclog.Logger interface using Uber's zap.Logger.
Manager handles lifecycle of plugin management.
Plugin is a generic struct for storing info about a plugin.
ReacterClient is a RPC implementation of Reacter.
ReacterReactArgs RPC args.
ReacterReactResponse RPC response.
ReacterRPCPlugin is the go-plugin's Plugin implementation.
ReacterServer is a net/rpc compatibile structure for serving a Reacter.
ReacterSubscriptionsResponse RPC response.
Subscription use by plugin to indicate which event it wants to react to.

# Interfaces

Reacter allows reacting on subscribed event types.

# Type aliases

Type of a subscription.