|
Static methods defined here:
- is_reported(resource)
- Check if session is already reported
:param str resource: target report
:return: bool
- load(plugin_name, target, data)
- Load report plugin
:param str plugin_name: plugin name
:param str target: target host
:param dict data: report data
:raise ReporterError
:return: src.lib.reporter.plugins.provider.provider.PluginProvider
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
Data and other attributes defined here:
- default = 'std'
|