Documentation ¶
Index ¶
- 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
- type StringTree
- type Tree
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewEndpointCommand ¶
func NewHostCommand ¶
func NewKeyCommand ¶
func NewListenerCommand ¶
func NewLocationCommand ¶
func NewLogCommand ¶
func NewMiddlewareCommands ¶
func NewTopCommand ¶
func NewUpstreamCommand ¶
Types ¶
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
Click to show internal directories.
Click to hide internal directories.