package
0.0.0-20241030154441-ed0afeddb1b5
Repository: https://github.com/bazelbuild/reclient.git
Documentation: pkg.go.dev
# Functions
CompletedActionsSummary returns a human readable summary of completed actions grouped by their completion status.
PrintSummaries calls updates the tracker then fetches and prints all summaries from the connected reproxy instances.
# Structs
SingleReproxyTracker manages a connection to a single reproxy instance listening on ServerAddress.
SocketReproxyTracker manages connections to all reproxy instances listening on unix sockets or windows pipes.
Summary describes the result of calling Status.GetStatusSummary on a reproxy instance at Addr.
# Interfaces
ReproxyTracker manages connections to reproxy instances.