titanfe.apps.control_peer.webapi.flows module

Routes for Flow management

titanfe.apps.control_peer.webapi.flows.create_flow_router(control_peer)[source]

Setup the routing for flow management

Parameters:

control_peer (ControlPeer) – an instance of the ControlPeer

Returns:

router/routes to manage the control peer’s flows

Return type:

APIRouter