Documentation ¶ Index ¶ type Info func GetConnectInfo(ctx context.Context, client *vers.Client, identifier string) (Info, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Info ¶ type Info struct { VM *vers.Vm Host string // preferred host (node IP or fallback base hostname) KeyPath string // local path to SSH private key BaseURL *url.URL } Info contains details needed to establish an SSH connection to a VM. func GetConnectInfo ¶ func GetConnectInfo(ctx context.Context, client *vers.Client, identifier string) (Info, error) GetConnectInfo resolves the VM and returns connection information, including Node IP and SSH key. Source Files ¶ View all Source files connect.go Click to show internal directories. Click to hide internal directories.