* should be part of a package shared with enrich/geoip.go */
func(string, *pipeline.Event, *log.Entry) (map[string]string, error)
| 9 | /* should be part of a package shared with enrich/geoip.go */ |
| 10 | type ( |
| 11 | EnrichFunc func(string, *pipeline.Event, *log.Entry) (map[string]string, error) |
| 12 | InitFunc func(map[string]string) (interface{}, error) |
| 13 | ) |
| 14 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…