Documentation
¶
Overview ¶
Package debug exposes an opt-in local HTTP debug server for agent runs.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Runtime *agentsruntime.Runtime
Addr string
}
Config configures an explicit local debug server.
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server serves development-only run/debug endpoints.
Click to show internal directories.
Click to hide internal directories.