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

Struct describedToolSet

pkg/agent/agent_test.go:51–55  ·  view source on GitHub ↗

describedToolSet is a stubToolSet with a stable user-visible description, so tests can assert which toolset a warning attributes a tool to.

Source from the content-addressed store, hash-verified

49// describedToolSet is a stubToolSet with a stable user-visible description,
50// so tests can assert which toolset a warning attributes a tool to.
51type describedToolSet struct {
52 stubToolSet
53
54 desc string
55}
56
57var _ tools.Describer = (*describedToolSet)(nil)
58

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected