MCPcopy Index your code
hub / github.com/docker/docker-agent / WithRemoteAgentFilename

Function WithRemoteAgentFilename

pkg/runtime/remote_runtime.go:65–69  ·  view source on GitHub ↗

WithRemoteAgentFilename sets the agent filename to use with the remote API

(filename string)

Source from the content-addressed store, hash-verified

63
64// WithRemoteAgentFilename sets the agent filename to use with the remote API
65func WithRemoteAgentFilename(filename string) RemoteRuntimeOption {
66 return func(r *RemoteRuntime) {
67 r.agentFilename = filename
68 }
69}
70
71// NewRemoteRuntime creates a new remote runtime that implements the Runtime interface.
72// It accepts any client that implements the RemoteClient interface.

Callers 1

CreateSessionMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected