type google.golang.org/grpc/credentials/alts/internal/conn.ALTSRecordFunc
4 uses
google.golang.org/grpc/credentials/alts/internal/conn (current package)
record.go#L47: type ALTSRecordFunc func(s core.Side, keyData []byte) (ALTSRecordCrypto, error)
record.go#L69: protocols = make(map[string]ALTSRecordFunc)
record.go#L73: func RegisterProtocol(protocol string, f ALTSRecordFunc) error {
google.golang.org/grpc/credentials/alts/internal/handshaker
handshaker.go#L56: altsRecordFuncs = map[string]conn.ALTSRecordFunc{
![]() |
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. |