package service
import "google.golang.org/grpc/credentials/alts/internal/handshaker/service"
Package service manages connections between the VM application and the ALTS handshaker service.
Index ¶
Functions ¶
func CloseForTesting ¶
func CloseForTesting() error
CloseForTesting closes all open connections to the handshaker service.
For testing purposes only.
func Dial ¶
func Dial(hsAddress string) (*grpc.ClientConn, error)
Dial dials the handshake service in the hypervisor. If a connection has already been established, this function returns it. Otherwise, a new connection is created.
Source Files ¶
service.go
- Version
- v1.70.0 (latest)
- Published
- Jan 23, 2025
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- 19 hours ago –
Tools for package owners.