Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Bus ¶
type Bus struct {
// contains filtered or unexported fields
}
Bus push message总线
func NewNatsBus ¶
NewNatsBus 使用nats构造总线
func NewRedisBus ¶
NewRedisBus 构造函数
type Options ¶
type Options struct { // ChannelName 通道名称,默认为nodehub:multicast // // 不同的总线实现内有不同的含义,在nats里面是topic,redis里面是channel ChannelName string }
Options 配置
Click to show internal directories.
Click to hide internal directories.