cmclient

package
v1.6.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 6, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	CM      pb.NuzurConnectionManagerClient
	Address string // the resolved target, for diagnostics
	// contains filtered or unexported fields
}

Client is the CLI-side gRPC client for the connection-manager service. Used by the agent daemon to dial LocalAgentChannel.

func New

func New(params Params) (*Client, error)

func (*Client) Close

func (c *Client) Close() error

type Params

type Params struct {
	// Optional override; if nil, falls back to env var NUZUR_CONNECTION_MANAGER_ADDRESS
	// or the prod default.
	Address    *string
	DisableTLS bool
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL