Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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 ¶
func NewGraphFlowEnhancer ¶
func NewGraphFlowEnhancer(g *graph.Graph) *GraphFlowEnhancer
func (*GraphFlowEnhancer) Enhance ¶
func (gfe *GraphFlowEnhancer) Enhance(f *flow.Flow)
Source Files
¶
- graph.go
- ovs.go
- pipeline.go
Click to show internal directories.
Click to hide internal directories.