package
0.0.0-20240401075343-3de72e395564
Repository: https://github.com/distbuild/reclient.git
Documentation: pkg.go.dev
# Functions
ShutDownProxy sends a Shutdown rpc to stop the reproxy process and waits until the process terminates.
ShutdownProxyAsync sends a Shutdown rpc to stop the reproxy process and waits until *either* valid stats are returned via RPC or the process terminates.
Sigint sends a SIGINT signal to the process with a given pid.
StartProxy starts the proxy; if the proxy is already running, it is shut down first.
StartProxyWithOutput starts the proxy; if the proxy is already running, it is shut down first.
# Constants
Proxyname is the name of the RE proxy process.