MCPcopy
hub / github.com/docker/docker-agent / reconnectingToolSet

Struct reconnectingToolSet

pkg/agent/agent_test.go:93–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93type reconnectingToolSet struct {
94 started bool
95 startCalls int
96 restartCalls int
97 listCalls int
98 stubs []tools.Tool
99}
100
101var (
102 _ tools.ToolSet = (*reconnectingToolSet)(nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected