google.golang.org/grpc/internal/channelz.ChannelInternalMetric.LastCallStartedTimestamp (field)

3 uses

	google.golang.org/grpc/internal/channelz (current package)
		types.go#L151: 	LastCallStartedTimestamp time.Time

	google.golang.org/grpc
		clientconn.go#L758: 		LastCallStartedTimestamp: time.Unix(0, atomic.LoadInt64(&cc.czData.lastCallStartedTime)),
		clientconn.go#L1461: 		LastCallStartedTimestamp: time.Unix(0, atomic.LoadInt64(&ac.czData.lastCallStartedTime)),