MCPcopy
hub / github.com/netdata/netdata / RegExpParser

Struct RegExpParser

src/go/plugin/go.d/pkg/logs/regexp.go:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 }
18
19 RegExpParser struct {
20 r *bufio.Reader
21 pattern *regexp.Regexp
22 }
23)
24
25func NewRegExpParser(config RegExpConfig, in io.Reader) (*RegExpParser, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected