Documentation
¶
Index ¶
Constants ¶
View Source
const ( ResourceTypeTopic = "topic" ResourceTypeSubscription = "subscription" ResourceTypeQueue = "queue" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Confirmation ¶
type Confirmation struct {
MessageID string
}
type Message ¶
type Message struct {
ID string
Resource *Resource
TraceID string
Attributes map[string]interface{}
Data interface{}
}
func (*Message) AddAttribute ¶
Click to show internal directories.
Click to hide internal directories.