Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &command.Command{ Name: cmdName, Cobra: &cobra.Command{ Use: cmdName, Aliases: []string{"host"}, Short: "Host network stack interface", }, Setup: func(self *command.Command) error { subCommands := command.Commands{ create.Cmd, destroy.Cmd, genmac.Cmd, list.Cmd, } if err := self.Register(subCommands); err != nil { return errors.Wrapf(err, "unable to register sub-commands under %s", cmdName) } return nil }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.