package
Version:
v0.8.1
Opens a new window with list of versions in this module.
Published: Jan 13, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Message struct {
Kind string `json:"kind"`
ID string `json:"id"`
Body string `json:"body"`
Created time.Time `json:"creationTimestamp"`
}
type Stat struct {
Name string `json:"name"`
Depth int64 `json:"depth"`
Enqueued int64 `json:"enqueued"`
Dequeued int64 `json:"dequeued"`
Drained int64 `json:"drained"`
}
type Stats struct {
Kind string `json:"kind"`
Queues []Stat `json:"queues"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.