command

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2014 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewEndpointCommand

func NewEndpointCommand(cmd *Command) cli.Command

func NewHostCommand

func NewHostCommand(cmd *Command) cli.Command

func NewKeyCommand

func NewKeyCommand(cmd *Command) cli.Command

func NewListenerCommand

func NewListenerCommand(cmd *Command) cli.Command

func NewLocationCommand

func NewLocationCommand(cmd *Command) cli.Command

func NewLogCommand

func NewLogCommand(cmd *Command) cli.Command

func NewMiddlewareCommands

func NewMiddlewareCommands(cmd *Command) []cli.Command

func NewTopCommand

func NewTopCommand(cmd *Command) cli.Command

func NewUpstreamCommand

func NewUpstreamCommand(cmd *Command) cli.Command

Types

type Command

type Command struct {
	// contains filtered or unexported fields
}

func NewCommand

func NewCommand(registry *plugin.Registry) *Command

func (*Command) Run

func (cmd *Command) Run(args []string) error

type StringTree

type StringTree struct {
	Node     string
	Children []*StringTree
}

func (*StringTree) AddChild

func (s *StringTree) AddChild(c *StringTree)

func (*StringTree) GetChildren

func (s *StringTree) GetChildren() []Tree

func (*StringTree) Self

func (s *StringTree) Self() string

type Tree

type Tree interface {
	Self() string
	GetChildren() []Tree
}

Jump to

Keyboard shortcuts

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