root

package
v0.0.0-...-33fdd55 Latest Latest
Warning

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

Go to latest
Published: Feb 3, 2018 License: BSD-3-Clause Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Command

type Command interface {
	CommandName() string
	CommandUsage() string
	CommandHelp() string
	CommandCallback(args []string, context map[string]interface{})
}

type Commandables

type Commandables interface {
	Commands() []Command
}

type MainPanel

type MainPanel struct {
	*panels.Layout
	// contains filtered or unexported fields
}

func NewMainPanel

func NewMainPanel() *MainPanel

func (*MainPanel) Connect

func (M *MainPanel) Connect(C connector.Connector)

type RootView

type RootView struct {
	*panels.Layout
	// contains filtered or unexported fields
}

func New

func New() *RootView

func (*RootView) Connect

func (V *RootView) Connect(C connector.Connector)

type Routables

type Routables interface {
	Routes() []router.RoutePair
}

Jump to

Keyboard shortcuts

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