package
Version:
v0.3.4
Opens a new window with list of versions in this module.
Published: Mar 22, 2021
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Channel interface {
Read(model interface{}) (<-chan interface{}, <-chan error)
Close() error
}
Channel is channel interface.
Message is pubsub message model.
PubSub is pubsub interface.
New to create new pubsub client.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.