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

Struct ToolSet

pkg/tools/builtin/plan/plan.go:189–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189type ToolSet struct {
190 storage Storage
191}
192
193var (
194 _ tools.ToolSet = (*ToolSet)(nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected