package
Version:
v0.8.8
Opens a new window with list of versions in this module.
Published: Dec 3, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type SubscriptionHandler interface {
HandleMessage(msg *pubsub.Message)
}
SubscriptionHandler defines the interface for handling pubsub messages.
Implementations should subscribe to topics and handle incoming messages.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.