You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/in_gdummy/README.md
+6-24Lines changed: 6 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,27 +56,9 @@ When Fluent Bit wants to collect logs from Golang input plugin, the input callba
56
56
57
57
The callback will send a raw buffer of msgpack data with it proper bytes length into Fluent Bit core.
58
58
59
-
`data` will collect the assigned pointer and this passing pointer should be allocated by C style allocation (C.calloc/C.malloc).
59
+
`data` will collect the assigned pointer and this passing pointer should be allocated by C style allocation (C.calloc/C.malloc) or C.CBytes that is using C style allocation internally.
0 commit comments