package
1.2.0
Repository: https://github.com/ncodes/grpc-go.git
Documentation: pkg.go.dev

# Packages

Package grpc_testing is a generated protocol buffer package.

# Structs

Begin contains stats when an RPC begins.
ConnBegin contains the stats of a connection when it is established.
ConnEnd contains the stats of a connection when it ends.
ConnTagInfo defines the relevant information needed by connection context tagger.
End contains stats when an RPC ends.
InHeader contains stats when a header is received.
InPayload contains the information for an incoming payload.
InTrailer contains stats when a trailer is received.
OutHeader contains stats when a header is sent.
OutPayload contains the information for an outgoing payload.
OutTrailer contains stats when a trailer is sent.
RPCTagInfo defines the relevant information needed by RPC context tagger.

# Interfaces

ConnStats contains stats information about connections.
Handler defines the interface for the related stats handling (e.g., RPCs, connections).
RPCStats contains stats information about RPCs.