var google.golang.org/grpc/credentials/alts/internal/conn.protocols
4 uses
google.golang.org/grpc/credentials/alts/internal/conn (current package)
record.go#L69: protocols = make(map[string]ALTSRecordFunc)
record.go#L74: if _, ok := protocols[protocol]; ok {
record.go#L77: protocols[protocol] = f
record.go#L104: newCrypto := protocols[recordProtocol]
![]() |
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. |