Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnalyzerCaller ¶
type AnalyzerCaller struct {
Name string
Path string
Args []string
MimeFilter []string
// contains filtered or unexported fields
}
AnalyzerCaller is a wrapper specifically intended to be utilized for wrapping Analyzer plugins.
func NewAnalyzerCaller ¶
func NewAnalyzerCaller(c config.AnalyzerConfig) AnalyzerCaller
type LoggerCaller ¶
type LoggerCaller struct {
Name string
Path string
Args []string
// contains filtered or unexported fields
}
LoggerCaller is a wrapper specifically intended to be utilized for wrapping Logger plugins.
func NewLoggerCaller ¶
func NewLoggerCaller(c config.LoggerConfig) LoggerCaller
Click to show internal directories.
Click to hide internal directories.