feat!: allow passing down machine options from nontransparent/octetcounting parsers #29
Annotations
11 errors
|
Run tests:
octetcounting/parser.go#L33
impossible type assertion: opt(p).(*parser)
|
Run tests:
octetcounting/parser.go#L33
cannot use p (variable of type *parser) as syslog.Parser value in argument to opt: *parser does not implement syslog.Parser (missing method WithMachineOptions)
|
Run tests:
octetcounting/parser.go#L43
cannot use p (variable of type *parser) as syslog.Parser value in return statement: *parser does not implement syslog.Parser (missing method WithMachineOptions)
|
Run tests:
octetcounting/parser.go#L53
impossible type assertion: opt(p).(*parser)
|
Run tests:
octetcounting/parser.go#L53
cannot use p (variable of type *parser) as syslog.Parser value in argument to opt: *parser does not implement syslog.Parser (missing method WithMachineOptions)
|
Run tests:
octetcounting/parser.go#L63
cannot use p (variable of type *parser) as syslog.Parser value in return statement: *parser does not implement syslog.Parser (missing method WithMachineOptions)
|
Run tests:
octetcounting/example_test.go#L24
undefined: syslog.WithBestEffort
|
Run tests:
octetcounting/example_test.go#L108
undefined: syslog.WithBestEffort
|
Run tests:
octetcounting/example_test.go#L200
undefined: syslog.WithBestEffort
|
Run tests:
octetcounting/parser_test.go#L629
undefined: syslog.WithBestEffort
|
Loading