package internal

Import Path
	google.golang.org/grpc/internal/transport/internal (on go.dev)

Dependency Relation
	imports 0 packages, and imported by one package

Involved Source Files Package internal contains functionality internal to the transport package.
Package-Level Variables (only one, which is exported)
TimeNowFunc is a variable that can be set to override the default behavior of getting the current time in nanoseconds. It is used in transport code to set channelz timestamps, and is exposed here for testing purposes.