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