Documentation
¶
Overview ¶
This package exports the following C function: - char* plugin_get_fields()
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.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Fields ¶
func Fields() []sdk.FieldEntry
Fields returns the slice of sdk.FieldEntry set with SetFields().
func SetFields ¶
func SetFields(f []sdk.FieldEntry)
SetFields sets a slice of sdk.FieldEntry representing the list of extractor fields exported by this plugin.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.