status

package
v1.0.0-alpha-105 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2017 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Up status
	Up = "up"

	// Down status
	Down = "down"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Status

type Status struct {
	Status string `json:"status"`
}

Status of the Backend

func Get

func Get(ctx context.Context) (s Status, err error)

Get current status

Jump to

Keyboard shortcuts

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