Documentation
¶
Index ¶
Constants ¶
View Source
const (
SocketName = "agent.ttrpc"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentProxy ¶
type AgentProxy interface {
Start(ctx context.Context, serverURL *url.URL) error
Ready() chan struct{}
Shutdown() error
}
func NewAgentProxy ¶
func NewAgentProxy(socketPath, criSocketPath string, pauseImage string) AgentProxy
Click to show internal directories.
Click to hide internal directories.