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

Struct filterTools

pkg/teamloader/filter.go:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39type filterTools struct {
40 tools.ToolSet
41
42 toolNames []string
43 exclude bool
44}
45
46// Verify interface compliance
47var (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected