Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InspectMode ¶ added in v1.171.0
type InspectMode string
const ( InspectModeRun InspectMode = "run" InspectModeBrk InspectMode = "brk" InspectModeWait InspectMode = "wait" )
type RuntimeOption ¶ added in v1.171.0
type RuntimeOption struct { InspectMode *InspectMode InspectMain bool }
Click to show internal directories.
Click to hide internal directories.