# Functions
NewFlowServer creates a new flow server listening at address/port, based on configuration.
NewFlowServerUDPConn return a new UDP flow server.
NewFlowServerWebSocketConn returns a new WebSocket flow server.
NewFlowSubscriberEndpoint returns a new server to be used by external flow subscribers.
# Constants
FlowBulkInsertDeadlineDefault deadline of each bulk insert in second.
FlowBulkInsertDefault maximum number of flows aggregated between two data store inserts.
FlowBulkMaxDelayDefault delay between two bulk.
# Structs
FlowServer describes a flow server.
FlowServerUDPConn describes a UDP flow server connection.
FlowServerWebSocketConn describes a WebSocket flow server connection.
FlowSubscriberEndpoint sends all the flows to its subscribers.
# Interfaces
FlowServerConn describes a flow server connection.