analysisengine

package
v0.0.0-...-b20fc4b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 2, 2015 License: MPL-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AnalysisEngine

type AnalysisEngine interface {
	ProcessMessage(amqp.Delivery) (err error)
}

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL