package
0.13.2
Repository: https://github.com/gogs/gogs.git
Documentation: pkg.go.dev

# Functions

Add adds a process to global list and returns its PID.
Exec starts executing a shell command, it tracks corresponding its process and use default timeout.
Exec starts executing a shell command in given path, it tracks corresponding process and timeout.
Exec starts executing a shell command, it tracks corresponding process and timeout.
Kill kills and removes a process from global list.
Remove removes a process from global list.

# Constants

No description provided by the author

# Variables

No description provided by the author
No description provided by the author

# Structs

Process represents a running process calls shell command.