type google.golang.org/grpc/credentials.TLSInfo
6 uses
google.golang.org/grpc/credentials (current package)
tls.go#L35: type TLSInfo struct {
tls.go#L43: func (t TLSInfo) AuthType() string {
tls.go#L48: func (t TLSInfo) GetSecurityValue() ChannelzSecurityValue {
tls.go#L100: tlsInfo := TLSInfo{
tls.go#L119: tlsInfo := TLSInfo{
google.golang.org/grpc/internal/transport
handler_server.go#L369: pr.AuthInfo = credentials.TLSInfo{State: *req.TLS, CommonAuthInfo: credentials.CommonAuthInfo{SecurityLevel: credentials.PrivacyAndIntegrity}}
![]() |
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. |