type google.golang.org/grpc/credentials/alts.altsTC
8 uses
google.golang.org/grpc/credentials/alts (current package)
alts.go#L133: type altsTC struct {
alts.go#L158: return &altsTC{
alts.go#L170: func (g *altsTC) ClientHandshake(ctx context.Context, addr string, rawConn net.Conn) (_ net.Conn, _ credentials.AuthInfo, err error) {
alts.go#L225: func (g *altsTC) ServerHandshake(rawConn net.Conn) (_ net.Conn, _ credentials.AuthInfo, err error) {
alts.go#L267: func (g *altsTC) Info() credentials.ProtocolInfo {
alts.go#L271: func (g *altsTC) Clone() credentials.TransportCredentials {
alts.go#L278: return &altsTC{
alts.go#L286: func (g *altsTC) OverrideServerName(serverNameOverride string) error {
 |
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. |