Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnalysisEngine ¶
Interface all Analysis Engines share
func NewLoggingAnalysisEngine ¶
func NewLoggingAnalysisEngine() AnalysisEngine
Construct a new Analysis Engine.
type LoggingAnalysisEngine ¶
type LoggingAnalysisEngine struct {
// contains filtered or unexported fields
}
An Analysis Engine that just logs to the JSON Logger.
func (*LoggingAnalysisEngine) ProcessMessage ¶
func (eng *LoggingAnalysisEngine) ProcessMessage(delivery amqp.Delivery) (err error)
Click to show internal directories.
Click to hide internal directories.