Documentation
¶
Overview ¶
This package exports the following C function: - char* plugin_get_last_error(ss_plugin_t* s)
The exported plugin_get_last_error requires s to be a handle of cgo.Handle from this SDK. The value of the s handle must implement the sdk.LastErrorBuffer interface, and either the error or the sdk.LastError 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.