Documentation
¶
Overview ¶
This package exports the following C function: - ss_plugin_rc plugin_next_batch(ss_plugin_t* s, ss_instance_t* h, uint32_t *nevts, ss_plugin_event ***evts)
The exported plugin_next_batch requires s and h to be a handles of cgo.Handle from this SDK. The value of the s handle must implement the sdk.PluginState interface. The value of the h handle must implement the sdk.Events and the sdk.NextBatcher interfaces.
This function is part of the plugin_api interface as defined in plugin_api.h. In almost all cases, your plugin should import this module, unless your plugin exports those symbols by other means.
Click to show internal directories.
Click to hide internal directories.