Discover Packages
github.com/inovacc/omni
internal
cli
kill
package
Version:
v1.5.0
Opens a new window with list of versions in this module.
Published: Feb 10, 2026
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Rendered for
linux/amd64
windows/amd64
darwin/amd64
js/wasm
Kill sends a signal to a process
RunKill sends a signal to a process
KillOptions configures the kill command behavior
type KillResult struct {
PID int `json:"pid"`
Signal int `json:"signal"`
Success bool `json:"success"`
Error string `json:"error,omitempty"`
}
KillResult represents the result of a kill operation for JSON output
Source Files
¶
Click to show internal directories.
Click to hide internal directories.