type google.golang.org/grpc/internal/transport.timeoutUnit
9 uses
google.golang.org/grpc/internal/transport (current package)
http_util.go#L387: type timeoutUnit uint8
http_util.go#L390: hour timeoutUnit = 'H'
http_util.go#L391: minute timeoutUnit = 'M'
http_util.go#L392: second timeoutUnit = 'S'
http_util.go#L393: millisecond timeoutUnit = 'm'
http_util.go#L394: microsecond timeoutUnit = 'u'
http_util.go#L395: nanosecond timeoutUnit = 'n'
http_util.go#L398: func timeoutUnitToDuration(u timeoutUnit) (d time.Duration, ok bool) {
http_util.go#L426: unit := timeoutUnit(s[size-1])
![]() |
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. |