status

package
v0.8.0-alpha Latest Latest
Warning

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

Go to latest
Published: Sep 12, 2017 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package status provides system-wide status.

Index

Constants

View Source
const (
	ORDER_BY_RUNTIME byte = iota
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Filter

type Filter struct {
	State   byte
	Limit   int
	OrderBy byte
}
var NoFilter Filter

NoFilter is a convenience var for calls like Running(status.NoFilter). Other packages must not modify this var.

type Manager

type Manager interface {
	Running(Filter) (proto.RunningStatus, error)
}

func NewManager

func NewManager(dbc db.Connector, jrClient jr.Client) Manager

Jump to

Keyboard shortcuts

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