We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cc0560 commit 8d87924Copy full SHA for 8d87924
development/golang-output-plugins.md
@@ -46,7 +46,7 @@ import "github.com/fluent/fluent-bit-go/output"
46
//export FLBPluginRegister
47
func FLBPluginRegister(def unsafe.Pointer) int {
48
// Gets called only once when the plugin.so is loaded
49
- return output.FLBPluginRegister(ctx, "gstdout", "Stdout GO!")
+ return output.FLBPluginRegister(def, "gstdout", "Stdout GO!")
50
}
51
52
//export FLBPluginInit
0 commit comments