mappings

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Oct 6, 2016 License: Apache-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 FlowEnhancer

type FlowEnhancer interface {
	Enhance(flow *flow.Flow)
}

type FlowMappingPipeline

type FlowMappingPipeline struct {
	Enhancers []FlowEnhancer
}

func NewFlowMappingPipeline

func NewFlowMappingPipeline(enhancers ...FlowEnhancer) *FlowMappingPipeline

func (*FlowMappingPipeline) Enhance

func (fe *FlowMappingPipeline) Enhance(flows []*flow.Flow)

func (*FlowMappingPipeline) EnhanceFlow

func (fe *FlowMappingPipeline) EnhanceFlow(flow *flow.Flow)

type GraphFlowEnhancer

type GraphFlowEnhancer struct {
	Graph *graph.Graph
}

func NewGraphFlowEnhancer

func NewGraphFlowEnhancer(g *graph.Graph) *GraphFlowEnhancer

func (*GraphFlowEnhancer) Enhance

func (gfe *GraphFlowEnhancer) Enhance(f *flow.Flow)

type OvsFlowEnhancer added in v0.3.0

type OvsFlowEnhancer struct {
	Graph *graph.Graph
}

func NewOvsFlowEnhancer added in v0.3.0

func NewOvsFlowEnhancer(g *graph.Graph) *OvsFlowEnhancer

func (*OvsFlowEnhancer) Enhance added in v0.3.0

func (gfe *OvsFlowEnhancer) Enhance(f *flow.Flow)

Jump to

Keyboard shortcuts

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