package
0.0.0-20250304205544-71af207b4383
Repository: https://github.com/mongodb/jasper.git
Documentation: pkg.go.dev
# Functions
MakeLocal wraps an existing local process.
NewLocal returns an Executor that creates processes locally.
NewSSHBinary returns an Executor that creates processes using the SSH binary.
# Constants
Closed means the Executor has cleaned up its resources and further requests cannot be made.
Exited means the Executor has finished running the process.
Running means that the Executor has started running the process.
Unknown means the process is in an unknown or invalid state.
Unstarted means that the Executor has not yet started running the process.
# Interfaces
Executor is an interface by which Jasper processes can manipulate and introspect on processes.
# Type aliases
Status represents the current state of the Executor.