func google.golang.org/grpc/credentials/alts.compareRPCVersions
4 uses
google.golang.org/grpc/credentials/alts (current package)
alts.go#L292: func compareRPCVersions(v1, v2 *altspb.RpcProtocolVersions_Version) int {
alts.go#L317: if compareRPCVersions(local.GetMaxRpcVersion(), peer.GetMaxRpcVersion()) > 0 {
alts.go#L323: if compareRPCVersions(local.GetMinRpcVersion(), peer.GetMinRpcVersion()) > 0 {
alts.go#L327: if compareRPCVersions(maxCommonVersion, minCommonVersion) < 0 {
 |
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. |