# Functions
NewFlowClient creates a flow client and creates a new connection to the server.
NewFlowClientPool returns a new FlowClientPool using the websocket connections to maintain the pool of client up to date according to the websocket connections status.
NewFlowClientUDPConn returns a new UDP flow client.
NewFlowClientWebSocketConn returns a new WebSocket flow client.
# Structs
FlowClient describes a flow client connection.
FlowClientPool describes a flow client pool.
FlowClientUDPConn describes UDP client connection.
FlowClientWebSocketConn describes WebSocket client connection.
# Interfaces
FlowClientConn is the interface to be implemented by the flow clients.