package
Version:
v0.0.0-...-56cb166
Opens a new window with list of versions in this module.
Published: Feb 19, 2025
License: AGPL-3.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
NewPubSubHandler returns a new http.Handler that handles pubsub
messages.
type Hub interface {
Publish(string, interface{}) (func(), error)
}
Hub defines the publish method that the handler uses to publish
messages on the centralhub of the apiserver.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.