analyzer

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Sep 15, 2016 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	Addr string
	Port int
	// contains filtered or unexported fields
}

func NewClient

func NewClient(addr string, port int) (*Client, error)

func (*Client) SendFlow

func (c *Client) SendFlow(f *flow.Flow) error

func (*Client) SendFlows

func (c *Client) SendFlows(flows []*flow.Flow)

type Server

type Server struct {
	HTTPServer          *shttp.Server
	WSServer            *shttp.WSServer
	GraphServer         *graph.GraphServer
	AlertServer         *alert.AlertServer
	FlowMappingPipeline *mappings.FlowMappingPipeline
	Storage             storage.Storage
	FlowTable           *flow.Table
	TableClient         *flow.TableClient

	EmbeddedEtcd *etcd.EmbeddedEtcd
	EtcdClient   *etcd.EtcdClient
	// contains filtered or unexported fields
}

func NewServerFromConfig

func NewServerFromConfig() (*Server, error)

func (*Server) AnalyzeFlows

func (s *Server) AnalyzeFlows(flows []*flow.Flow)

func (*Server) ListenAndServe

func (s *Server) ListenAndServe()

func (*Server) SetStorage

func (s *Server) SetStorage(storage storage.Storage)

func (*Server) SetStorageFromConfig added in v0.3.0

func (s *Server) SetStorageFromConfig()

func (*Server) Stop

func (s *Server) Stop()

Jump to

Keyboard shortcuts

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