package
0.0.0-20240401075343-3de72e395564
Repository: https://github.com/distbuild/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.