mappings

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2016 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Attributes

type Attributes struct {
	TenantID string
	VNI      uint64
}

type FlowEnhancer

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

type FlowMappingPipeline

type FlowMappingPipeline struct {
	Enhancers []FlowEnhancer
}

func NewFlowMappingPipeline

func NewFlowMappingPipeline(e []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
	// contains filtered or unexported fields
}

func NewGraphFlowEnhancer

func NewGraphFlowEnhancer(g *graph.Graph) (*GraphFlowEnhancer, error)

func (*GraphFlowEnhancer) Enhance

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

type NeutronMapper

type NeutronMapper struct {
	// contains filtered or unexported fields
}

func NewNeutronMapper

func NewNeutronMapper() (*NeutronMapper, error)

Source Files

  • graph.go
  • neutron.go
  • pipeline.go

Jump to

Keyboard shortcuts

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