MCPcopy
hub / github.com/seaweedfs/seaweedfs / moduleSpec

Struct moduleSpec

weed/glog/glog.go:239–241  ·  view source on GitHub ↗

moduleSpec represents the setting of the -vmodule flag.

Source from the content-addressed store, hash-verified

237
238// moduleSpec represents the setting of the -vmodule flag.
239type moduleSpec struct {
240 filter []modulePat
241}
242
243// modulePat contains a filter for the -vmodule flag.
244// It holds a verbosity level and a file pattern to match.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected