package
0.0.0-20250227074813-fa837b7fbe29
Repository: https://github.com/pingostack/livhub.git
Documentation: pkg.go.dev

# Functions

BuildMetadataMiddleware builds the metadata middleware chain.
BuildPublishMiddleware builds the publish middleware chain.
BuildPullMiddleware builds the pull middleware chain.
BuildPushMiddleware builds the push middleware chain.
BuildStreamMiddleware builds the stream middleware chain.
BuildSubscribeMiddleware builds the subscribe middleware chain.
HandleMetadata handles the metadata middleware chain.
HandlePublish handles the publish middleware chain.
HandlePull handles the pull middleware chain.
HandlePush handles the push middleware chain.
HandleStream handles the stream middleware chain.
HandleSubscribe handles the subscribe middleware chain.
No description provided by the author
RegisterMetadataMiddleware adds a metadata middleware.
RegisterPublishMiddleware adds a publish middleware.
RegisterPullMiddleware adds a pull middleware.
RegisterPushMiddleware adds a push middleware.
RegisterStreamMiddleware adds a stream middleware.
RegisterSubscribeMiddleware adds a subscribe middleware.
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author

# Structs

MiddlewareChain manages a chain of middleware.
No description provided by the author

# Type aliases

MiddlewareFunc defines a generic middleware function.
stage defines a middleware stage.