Involved Source Files
Package internal contains common core functionality for ALTS.
Package-Level Type Names (total 3, in which 2 are exported)
/* sort exporteds by: | */
Handshaker defines a ALTS handshaker interface.
ClientHandshake starts and completes a client-side handshaking and
returns a secure connection and corresponding auth information.
Close terminates the Handshaker. It should be called when the caller
obtains the secure connection.
ServerHandshake starts and completes a server-side handshaking and
returns a secure connection and corresponding auth information.
*google.golang.org/grpc/credentials/alts/internal/handshaker.altsHandshaker
func google.golang.org/grpc/credentials/alts/internal/handshaker.NewClientHandshaker(ctx context.Context, conn *grpc.ClientConn, c net.Conn, opts *handshaker.ClientHandshakerOptions) (Handshaker, error)
func google.golang.org/grpc/credentials/alts/internal/handshaker.NewServerHandshaker(ctx context.Context, conn *grpc.ClientConn, c net.Conn, opts *handshaker.ServerHandshakerOptions) (Handshaker, error)
Return an error message for the purpose of logging.
Temporary indicates if this connection error is temporary or fatal.
*T : error
*T : github.com/aws/aws-sdk-go/aws/request.temporary
*T : net.temporary
var PeerNotRespondingError *peerNotRespondingError
Package-Level Variables (only one, which is exported)
PeerNotRespondingError is returned when a peer server is not responding
after a channel has been established. It is treated as a temporary connection
error and re-connection to the server should be attempted.
Package-Level Constants (total 2, both are exported)
ClientSide identifies the client in this communication.
ServerSide identifies the server in this communication.
The pages are generated with Goldsv0.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.