dashboard

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Jan 27, 2017 License: BSD-3-Clause Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	HomeView         = "home"
	DashboardView    = "dashboard"
	MonitoringView   = "monitoring"
	StatusView       = "status"
	ProjectSelected  = "project"
	AppSelected      = "app"
	PipelineSelected = "pipeline"
	LogsSelected     = "logs"
)

Constants for each view of cds ui

View Source
const (
	// MaxRows is the maximum rows displayed
	MaxRows = 80
)

Variables

View Source
var Cmd = &cobra.Command{
	Use:     "ui",
	Short:   "Interactive termUI",
	Long:    `cds ui`,
	Aliases: []string{"d", "dashboard"},
	Run: func(cmd *cobra.Command, args []string) {
		runUI()
	},
}

Cmd dashboard

Functions

This section is empty.

Types

type Termui

type Termui struct {

	// mutex
	sync.Mutex
	// contains filtered or unexported fields
}

Termui wrapper designed for dashboard creation

Jump to

Keyboard shortcuts

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