Documentation
¶
Overview ¶
Package remoteexec executes cmd with remote exec API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Semaphore = semaphore.New("remoteexec-digest", runtimex.NumCPU()*10)
Semaphore enforces a limit on parallel digest calculations to prevent an OOM.
Functions ¶
This section is empty.
Types ¶
type RemoteExec ¶
type RemoteExec struct {
// contains filtered or unexported fields
}
RemoteExec is executor with remote exec API.
Click to show internal directories.
Click to hide internal directories.