MCPcopy
hub / github.com/crowdsecurity/crowdsec / GetName

Method GetName

pkg/acquisition/modules/docker/source.go:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50}
51
52func (*Source) GetName() string {
53 return ModuleName
54}
55
56func (*Source) CanRun() error {
57 return nil

Callers 4

OneShotAcquisitionMethod · 0.95
tailContainerAttemptMethod · 0.95
tailServiceAttemptMethod · 0.95
ConfigureByDSNMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected