Skip to content

[FEAT] buffered channel drain single collect #192

[FEAT] buffered channel drain single collect

[FEAT] buffered channel drain single collect #192

GitHub Actions / golangci succeeded Oct 5, 2023 in 0s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (22)

input/encoder.go|21 col 2| could not import C (cgo preprocessing failed) (typecheck)
input/input.go|30 col 11| could not import github.com/calyptia/cmetrics-go (-: # github.com/calyptia/cmetrics-go
../../../go/pkg/mod/github.com/calyptia/[email protected]/cmetrics.go|9 col 10| fatal error: cmetrics/cmetrics.h: No such file or directory
input/input.go|60 col 4| p._type undefined (type *FLBPluginProxyDef has no field or method _type) (typecheck)
input/input.go|61 col 4| p.proxy undefined (type *FLBPluginProxyDef has no field or method proxy) (typecheck)
input/input.go|62 col 4| p.flags undefined (type *FLBPluginProxyDef has no field or method flags) (typecheck)
input/input.go|63 col 4| p.name undefined (type *FLBPluginProxyDef has no field or method name) (typecheck)
input/input.go|64 col 4| p.description undefined (type *FLBPluginProxyDef has no field or method description) (typecheck)
input/input.go|71 col 26| p.name undefined (type *FLBPluginProxyDef has no field or method name) (typecheck)
input/input.go|72 col 26| p.description undefined (type *FLBPluginProxyDef has no field or method description) (typecheck)
metric/cmetric/builder.go|6 col 11| could not import github.com/calyptia/cmetrics-go (-: # github.com/calyptia/cmetrics-go
../../../go/pkg/mod/github.com/calyptia/[email protected]/cmetrics.go|9 col 10| fatal error: cmetrics/cmetrics.h: No such file or directory
cshared.go|6 col 8| could not import C (cgo preprocessing failed) (typecheck)
cshared.go|26 col 11| could not import github.com/calyptia/cmetrics-go (-: # github.com/calyptia/cmetrics-go
../../../go/pkg/mod/github.com/calyptia/[email protected]/cmetrics.go|9 col 10| fatal error: cmetrics/cmetrics.h: No such file or directory
output/decoder.go|21 col 2| could not import C (cgo preprocessing failed) (typecheck)
output/output.go|61 col 4| p._type undefined (type *FLBPluginProxyDef has no field or method _type) (typecheck)
output/output.go|62 col 4| p.proxy undefined (type *FLBPluginProxyDef has no field or method proxy) (typecheck)
output/output.go|63 col 4| p.flags undefined (type *FLBPluginProxyDef has no field or method flags) (typecheck)
output/output.go|64 col 4| p.name undefined (type *FLBPluginProxyDef has no field or method name) (typecheck)
output/output.go|65 col 4| p.description undefined (type *FLBPluginProxyDef has no field or method description) (typecheck)
output/output.go|96 col 4| p.context undefined (type *FLBOutPlugin has no field or method context) (typecheck)