Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ConnectTopic is published when a connection is established between // the forwarding worker and another API server. ConnectedTopic = "worker.pubsub.remote.connect" // DisconnectedTopic is published when a connection is broken between // the forwarding worker and another API server. DisconnectedTopic = "worker.pubsub.remote.disconnect" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OriginTarget ¶
type OriginTarget common.OriginTarget
OriginTarget represents the data for the connect and disconnect topics.
Click to show internal directories.
Click to hide internal directories.