package
0.0.0-20240721055051-015ad48b7b8e
Repository: https://github.com/coffeehc/boot.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package conn contains an implementation of a secure channel created by gRPC handshakers.
Package service manages connections between the VM application and the ALTS handshaker service.

# Constants

ClientSide identifies the client in this communication.
ServerSide identifies the server in this communication.

# Variables

PeerNotRespondingError is returned when a peer server is not responding after a channel has been established.

# Interfaces

ALTSRecordCrypto is the interface for gRPC ALTS record protocol.
Handshaker defines a ALTS handshaker interface.

# Type aliases

ALTSRecordFunc is a function type for factory functions that create ALTSRecordCrypto instances.