Documentation
¶
Index ¶
Constants ¶
View Source
const ( ChannelPrefix = "rumors.event." ChannelArticles = ChannelPrefix + "articles" ChannelTg = ChannelPrefix + "telegram" OpMarshal = "pubsub: marshal" OpPublish = "pubsub: publish" OpClose = "pubsub: close" )
View Source
const PluginName = "pubsub"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Publisher ¶
type Publisher struct {
// contains filtered or unexported fields
}
func NewPublisher ¶
type Subscriber ¶
type Subscriber struct {
// contains filtered or unexported fields
}
func NewSubscriber ¶
func NewSubscriber(rdbMaker common.RedisMaker) (*Subscriber, error)
func (*Subscriber) Close ¶
func (s *Subscriber) Close() (err error)
Click to show internal directories.
Click to hide internal directories.