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

Struct describerOnly

pkg/runtime/toolsetstatus_test.go:48–48  ·  view source on GitHub ↗

describerOnly is a Describer that does NOT implement Statable.

Source from the content-addressed store, hash-verified

46
47// describerOnly is a Describer that does NOT implement Statable.
48type describerOnly struct{ desc string }
49
50func (s *describerOnly) Tools(context.Context) ([]tools.Tool, error) { return nil, nil }
51func (s *describerOnly) Describe() string { return s.desc }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected