Discover Packages
github.com/overag3/go-plugin-utils
database
package
Version:
v0.0.0-...-0b42778
Opens a new window with list of versions in this module.
Published: May 7, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package database provides libraries to write plugin results to a database.
Database is a Malice Database interface
type PluginResults struct {
ID string `json:"id"`
Name string `json:"name,omitempty"`
Category string `json:"category,omitempty"`
Data map[string ]interface{} `json:"data,omitempty"`
}
PluginResults a malice plugin results object
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.