[NONEVM-916] logpoller log processing & decoding #4602
Annotations
4 errors and 2 warnings
Analyze (go)
cannot use c.lp (variable of type logpoller.LogPoller) as LogPoller value in return statement: logpoller.LogPoller does not implement LogPoller (method RegisterFilter has pointer receiver)
|
Analyze (go)
cannot use logpoller.New(logger.Sugared(logger.Named(lggr, "LogPoller")), logpoller.NewORM(ch.ID(), ds, lggr), lc) (value of type *logpoller.LogPoller) as logpoller.LogPoller value in assignment
|
Analyze (go)
cannot use c.lp (variable of type logpoller.LogPoller) as LogPoller value in return statement: logpoller.LogPoller does not implement LogPoller (method RegisterFilter has pointer receiver)
|
Analyze (go)
cannot use logpoller.New(logger.Sugared(logger.Named(lggr, "LogPoller")), logpoller.NewORM(ch.ID(), ds, lggr), lc) (value of type *logpoller.LogPoller) as logpoller.LogPoller value in assignment
|
Analyze (javascript)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Analyze (go)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|