Documentation
¶
Overview ¶
Package reproxyexec executes cmd with reproxy.
Index ¶
Constants ¶
View Source
const ( // WorkerNameRemote is a worker name used in ActionResult.ExecutionMetadata for remote execution result. WorkerNameRemote = "reproxy-remote" // WorkerNameLocal is a worker name used in ActionResult.ExecutionMetadata for local execution result. WorkerNameLocal = "reproxy-local" // WorkerNameFallback is a worker name used in ActionResult.ExecutionMetadata for local fallback result. WorkerNameFallback = "reproxy-fallback" // WorkerNameRacingLocal is a worker name used in ActionResult.ExecutionMetadata for racing local result. WorkerNameRacingLocal = "reproxy-racing-local" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type REProxyExec ¶
type REProxyExec struct {
// contains filtered or unexported fields
}
REProxyExec is executor with reproxy. Users of REProxyExec should ensure Close is called to clean up the connection.
func (*REProxyExec) Enabled ¶
func (re *REProxyExec) Enabled() bool
Enabled returns whether reproxy is enabled or not.
func (*REProxyExec) Used ¶
func (re *REProxyExec) Used() bool
Used returns whether reproxy is used or not.
Directories
¶
Path | Synopsis |
---|---|
Package reproxytest provides fake implementation of reproxy for test.
|
Package reproxytest provides fake implementation of reproxy for test. |
Click to show internal directories.
Click to hide internal directories.