Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Flow ¶
type Flow struct {
	UUID             string
	LayersPath       string
	Network          *flow.FlowLayer
	Transport        *flow.TransportLayer
	LastUpdateMetric *flow.FlowMetric
	Metric           *flow.FlowMetric
	Start            int64
	Last             int64
	FinishType       flow.FlowFinishType
}
    Flow represents a transformed flow
type FlowTransformer ¶
type FlowTransformer struct {
}
    FlowTransformer is a custom transformer for flows
func (*FlowTransformer) Transform ¶
func (m *FlowTransformer) Transform(f *flow.Flow) interface{}
Transform transforms a flow before being stored
      
      Source Files
      ¶
    
- custom1.go
 
 Click to show internal directories. 
   Click to hide internal directories.