package
Version:
v1.0.8
Opens a new window with list of versions in this module.
Published: Jul 30, 2021
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Listener is a pubsub server that pipes messages off to its events.Processor
NewListener is a constructor for Listener with field validation
Start starts up the pubsub server and pipes incoming messages to the Listener's events.Processor
type Message struct {
Digest string `json:"digest"`
Tag string `json:"tag"`
}
Message json deserialization target for pubsub messages
Source Files
¶
Click to show internal directories.
Click to hide internal directories.