memq

package
v0.10.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 31, 2019 License: Apache-2.0 Imports: 1 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Message

type Message struct {
	Kind    string    `json:"kind"`
	ID      string    `json:"id"`
	Body    string    `json:"body"`
	Created time.Time `json:"creationTimestamp"`
}

type Stat

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

type Stats struct {
	Kind   string `json:"kind"`
	Queues []Stat `json:"queues"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL