Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ExitSuccess means nominal status ExitSuccess = iota // ExitError means general error ExitError // ExitBadConnection means failed connection to remote service ExitBadConnection // ExitBadArgs means invalid argument values were given ExitBadArgs = 128 )
Variables ¶
This section is empty.
Functions ¶
func CaptureOutput ¶
CaptureOutput allows a test harness to redirect output to an alternate source for testing
func GetBashCompletion ¶
func GetBashCompletion() string
GetBashCompletion returns the bash completion script for topo
func GetCommand ¶
GetCommand returns the root command for the RAN service
Types ¶
Click to show internal directories.
Click to hide internal directories.