Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Queue ¶
type Queue struct { // Identifiers Name string `json:"name"` Node string `json:"node"` VHost string `json:"vhost"` // Metrics Consumers int64 `json:"consumers"` UnacknowledgedMessages int64 `json:"messages_unacknowledged"` ReadyMessages int64 `json:"messages_ready"` // Embedded Metrics MessageStats map[string]any `json:"message_stats"` }
Queue represents a queue in the API response
Click to show internal directories.
Click to hide internal directories.