feat!: allow passing down machine options from nontransparent/octetcounting parsers #28
Annotations
10 errors and 1 warning
Run tests:
nontransparent/example_test.go#L38
undefined: syslog.WithBestEffort
|
Run tests:
nontransparent/example_test.go#L69
undefined: syslog.WithBestEffort
|
Run tests:
nontransparent/example_test.go#L140
undefined: syslog.WithBestEffort
|
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
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading