agent

package
v0.7.1 Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2026 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Conn added in v0.7.0

type Conn interface {
	agent.AgentClient
	io.Closer
}

Conn represents a gRPC connection to a mcing-agent.

type Factory added in v0.7.0

type Factory interface {
	New(ctx context.Context, podIP string) (Conn, error)
}

Factory represents the interface of a factory to create Conn.

func NewFactory added in v0.7.0

func NewFactory() Factory

NewFactory returns a new Factory.

Jump to

Keyboard shortcuts

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