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

Function WithCurrentAgent

pkg/runtime/runtime.go:332–336  ·  view source on GitHub ↗
(agentName string)

Source from the content-addressed store, hash-verified

330type Opt func(*LocalRuntime)
331
332func WithCurrentAgent(agentName string) Opt {
333 return func(r *LocalRuntime) {
334 r.agents.Set(agentName)
335 }
336}
337
338func WithManagedOAuth(managed bool) Opt {
339 return func(r *LocalRuntime) {

Calls 1

SetMethod · 0.45