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

FuncType EnrichFunc

pkg/parser/enrich.go:11–11  ·  view source on GitHub ↗

* should be part of a package shared with enrich/geoip.go */

func(string, *pipeline.Event, *log.Entry) (map[string]string, error)

Source from the content-addressed store, hash-verified

9/* should be part of a package shared with enrich/geoip.go */
10type (
11 EnrichFunc func(string, *pipeline.Event, *log.Entry) (map[string]string, error)
12 InitFunc func(map[string]string) (interface{}, error)
13)
14

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…