type google.golang.org/grpc/credentials.ProtocolInfo
7 uses
google.golang.org/grpc/credentials (current package)
credentials.go#L101: type ProtocolInfo struct {
credentials.go#L153: Info() ProtocolInfo
tls.go#L65: func (c tlsCreds) Info() ProtocolInfo {
tls.go#L66: return ProtocolInfo{
google.golang.org/grpc/credentials/alts
alts.go#L134: info *credentials.ProtocolInfo
alts.go#L159: info: &credentials.ProtocolInfo{
alts.go#L267: func (g *altsTC) Info() credentials.ProtocolInfo {
![]() |
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. |