Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Log is whether to log debug statements. Log bool // LogOutput is a comma separated list of components that should produce debug output. LogOutput string // LogDest is the file path or file descriptor where logs should go. LogDest string // Headless is whether to run without terminal. Headless bool // ContinueOnStart is whether to continue the process on startup ContinueOnStart bool // APIVersion is the requested API version while running headless APIVersion int // AcceptMulti allows multiple clients to connect to the same server AcceptMulti bool // Addr is the debugging server listen address. Addr string // InitFile is the path to initialization file. InitFile string // BuildFlags is the flags passed during compiler invocation. BuildFlags string // WorkingDir is the working directory for running the program. WorkingDir string // CheckLocalConnUser is true if the debugger should check that local // connections come from the same user that started the headless server CheckLocalConnUser bool // Backend selection Backend string // CheckGoVersion is true if the debugger should check the version of Go // used to compile the executable and refuse to work on incompatible // versions. CheckGoVersion bool // RootCommand is the root of the command tree. RootCommand *cobra.Command )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.