Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterKillProcess ¶
func RegisterListProcesses ¶
Types ¶
type FindProcessByPortArgs ¶
type FindProcessByPortArgs struct {
Port uint16 `json:"port" jsonschema:"required,TCP port number to look up"`
}
type KillProcessArgs ¶
type KillProcessArgs struct {
PID uint32 `json:"pid" jsonschema:"required,process ID to kill"`
}
type KillProcessByPortArgs ¶
type KillProcessByPortArgs struct {
Port uint16 `json:"port" jsonschema:"required,TCP port number - kill the process using this port"`
}
type ListProcessesArgs ¶
type ListProcessesArgs struct {
Filter string `json:"filter,omitempty" jsonschema:"optional filter by process name (case-insensitive substring match)"`
}
Click to show internal directories.
Click to hide internal directories.