package
0.0.0-20201102054017-282493799a89
Repository: https://github.com/golangltd/leafltd.git
Documentation: pkg.go.dev

# Packages

Package core contains common core functionality for ALTS.

# Functions

DefaultClientOptions creates a new ClientOptions object with the default values.
DefaultServerOptions creates a new ServerOptions object with the default values.
NewClientCreds constructs a client-side ALTS TransportCredentials object.
NewServerCreds constructs a server-side ALTS TransportCredentials object.

# Variables

ErrUntrustedPlatform is returned from ClientHandshake and ServerHandshake is running on a platform where the trustworthiness of the handshaker service is not guaranteed.

# Structs

ClientOptions contains the client-side options of an ALTS channel.
ServerOptions contains the server-side options of an ALTS channel.

# Interfaces

AuthInfo exposes security information from the ALTS handshake to the application.