//
pkg.gl
Category
github.com/jackielii/process/v3
v2
package
3.3.2
Repository:
https://github.com/jackielii/process.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
14
Dependents
0
Files
522 SLOC
#
Functions
New
New create a new process package, convention similiar to python's subprocess package.
NewJobQuery
NewJobQuery creates a new job query.
OpenJobQuery
OpenJobQuery returns a new job query.
#
Variables
ErrUnknowJobID
No description provided by the author
#
Structs
JobQuery
JobQuery is a redis conn with lock, remember to close after open.
Process
Process is the process's base struct, use New to create a new instance.