MCPcopy Create free account
hub / github.com/docker/cli / FilterOpt

Struct FilterOpt

opts/opts.go:283–285  ·  view source on GitHub ↗

FilterOpt is a flag type for validating filters

Source from the content-addressed store, hash-verified

281
282// FilterOpt is a flag type for validating filters
283type FilterOpt struct {
284 filter client.Filters
285}
286
287// NewFilterOpt returns a new FilterOpt
288func NewFilterOpt() FilterOpt {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected