Documentation
¶
Overview ¶
This package exports a set of C functions that provide general information about the plugin. The exported functions are:
uint32_t get_type(); uint32_t get_id(); char* get_name(); char* get_description(); char* get_contact(); char* get_version(); char* get_required_api_version(); char* get_event_source(); char* get_extract_event_sources();
In almost all cases, your plugin should import this module, unless your plugin exports those symbols by other means.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetContact ¶
func SetContact(contact string)
func SetDescription ¶
func SetDescription(desc string)
func SetEventSource ¶
func SetEventSource(source string)
func SetExtractEventSources ¶
func SetExtractEventSources(sources []string)
func SetRequiredAPIVersion ¶
func SetRequiredAPIVersion(apiVer string)
func SetVersion ¶
func SetVersion(version string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.