Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ConsumerKey = "Consumer-Key" PublisherKey = "Publisher-Key" ContentType = "Content-Type" AwaitResponseKey = "Await-Response" QueueKey = "Topic" TypeJson = "application/json" HeaderKey = "headers" TriggerNode = "triggerNode" )
Functions ¶
This section is empty.
Types ¶
type ConsumerState ¶
type ConsumerState byte
const ( ConsumerStateActive ConsumerState = iota ConsumerStatePaused ConsumerStateStopped )
Click to show internal directories.
Click to hide internal directories.