Documentation ¶
Index ¶
Constants ¶
View Source
const (
// CLIPort is the CLI port.
CLIPort = "51515"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server provides a debug server receiving line based commands from a CLI via the debugging port and executing those on the Status API using reflection. The returned values will be rendered as string and returned to the CLI.
Click to show internal directories.
Click to hide internal directories.