Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrorColor is used for error messages ErrorColor = color.New(color.FgRed).Add(color.Bold) // SuccessColor is used for success messages SuccessColor = color.New(color.FgGreen).Add(color.Bold) // WarnColor is used for warning messages WarnColor = color.New(color.FgYellow).Add(color.Bold) // InfoColor is used for informational messages InfoColor = color.New(color.FgCyan) )
Color definitions for CLI output
View Source
var ( Version = "dev" Commit = "none" Date = "unknown" )
Version information (set by build using ldflags)
View Source
var ( // Global UI instance for consistent styling UI = tui.NewUI() )
Functions ¶
Types ¶
type Override ¶
type Override = api.DNSOverride
Override is an alias for api.DNSOverride to simplify usage in the cmd package
Click to show internal directories.
Click to hide internal directories.