Versions in this module Expand all Collapse all v0 v0.7.0 Dec 22, 2014 Changes in this version + func NewEndpointCommand(cmd *Command) cli.Command + func NewHostCommand(cmd *Command) cli.Command + func NewKeyCommand(cmd *Command) cli.Command + func NewListenerCommand(cmd *Command) cli.Command + func NewLocationCommand(cmd *Command) cli.Command + func NewLogCommand(cmd *Command) cli.Command + func NewMiddlewareCommands(cmd *Command) []cli.Command + func NewTopCommand(cmd *Command) cli.Command + func NewUpstreamCommand(cmd *Command) cli.Command + type Command struct + func NewCommand(registry *plugin.Registry) *Command + func (cmd *Command) Run(args []string) error + type StringTree struct + Children []*StringTree + Node string + func (s *StringTree) AddChild(c *StringTree) + func (s *StringTree) GetChildren() []Tree + func (s *StringTree) Self() string + type Tree interface + GetChildren func() []Tree + Self func() string