Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( BrokerPublish = "broker-publish" BrokerSubscribe = "broker-subscribe" )
View Source
var (
MeshSync = "meshsync"
)
Functions ¶
This section is empty.
Types ¶
type BrokerPublishChannel ¶
type BrokerPublishChannel chan *BrokerPublishPayload
func NewBrokerPublishChannel ¶
func NewBrokerPublishChannel() BrokerPublishChannel
func (BrokerPublishChannel) Stop ¶
func (ch BrokerPublishChannel) Stop()
type BrokerPublishPayload ¶
type BrokerSubscribeChannel ¶
func NewBrokerSubscribeChannel ¶
func NewBrokerSubscribeChannel() BrokerSubscribeChannel
func (BrokerSubscribeChannel) Stop ¶
func (ch BrokerSubscribeChannel) Stop()
type GenericChannel ¶
type GenericChannel interface {
Stop()
}
type MeshSyncChannel ¶
type MeshSyncChannel chan struct{}
func NewMeshSyncChannel ¶
func NewMeshSyncChannel() MeshSyncChannel
func (MeshSyncChannel) Stop ¶
func (ch MeshSyncChannel) Stop()
Click to show internal directories.
Click to hide internal directories.