Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version can be set via: // -ldflags="-X go.virtualstaticvoid.com/ldhdns/cmd.Version=$VERSION" Version string // Root top-level cobra.Command Root = &cobra.Command{ Use: "ldhdns", Short: "a tool to provide DNS for docker containers running on a single host.", Run: func(cmd *cobra.Command, _ []string) { _ = cmd.Usage() }, } )
Functions ¶
func NewCmdController ¶
NewCmdController creates a new cobra.Command for the controller sub-command.
func NewCmdVersion ¶
NewCmdVersion creates a new cobra.Command for the version sub-command.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.