Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make hot reloadable #51

Merged
merged 7 commits into from
Oct 23, 2023

examples: out_gstdout: Update dependencies

4463036
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Make hot reloadable #51

examples: out_gstdout: Update dependencies
4463036
Select commit
Loading
Failed to load commit list.
GitHub Actions / golangci succeeded Oct 6, 2023 in 1s

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)