Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CQChannel ¶
type CQStats ¶
type PubSubChannel ¶
type PubSubChannel struct { Name string `json:"name"` Type string `json:"type"` LastActivity int `json:"lastActivity"` IsActive bool `json:"isActive"` Incoming PubSubStats `json:"incoming"` Outgoing PubSubStats `json:"outgoing"` }
func (*PubSubChannel) String ¶
func (pc *PubSubChannel) String() string
type PubSubStats ¶
func (*PubSubStats) String ¶
func (ps *PubSubStats) String() string
type QueuesChannel ¶
type QueuesChannel struct { Name string `json:"name"` Type string `json:"type"` LastActivity int `json:"lastActivity"` IsActive bool `json:"isActive"` Incoming QueuesStats `json:"incoming"` Outgoing QueuesStats `json:"outgoing"` }
func (*QueuesChannel) String ¶
func (qc *QueuesChannel) String() string
Click to show internal directories.
Click to hide internal directories.