package
0.0.0-20241030154441-ed0afeddb1b5
Repository: https://github.com/bazelbuild/reclient.git
Documentation: pkg.go.dev

# Functions

LatestRequestTimestamp returns the most recent timestamp at which a unary / stream RPC was received.
NewTruncInterceptor creates an interceptor truncating the response to maxResponseSize.
StreamServerInterceptor intercepts stream RPCs and keeps track of the latest request timestamp.
UnaryServerInterceptor intercepts unary RPCs and keeps track of the latest request timestamp.

# Constants

DumpNameRegexPattern is a pattern of the names of the dump files generated by TruncInterceptor.