google.golang.org/grpc/internal/transport.channelzData.lastMsgSentTime (field)
5 uses
google.golang.org/grpc/internal/transport (current package)
http2_client.go#L1445: LastMessageSentTimestamp: time.Unix(0, atomic.LoadInt64(&t.czData.lastMsgSentTime)),
http2_client.go#L1464: atomic.StoreInt64(&t.czData.lastMsgSentTime, time.Now().UnixNano())
http2_server.go#L1220: LastMessageSentTimestamp: time.Unix(0, atomic.LoadInt64(&t.czData.lastMsgSentTime)),
http2_server.go#L1237: atomic.StoreInt64(&t.czData.lastMsgSentTime, time.Now().UnixNano())
transport.go#L791: lastMsgSentTime int64
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |