Function handle_change

Source
fn handle_change(
    conf: &Conf,
    service_statuses: &mut HashMap<String, ServiceStatus>,
    action: &APIRPCUpdateAction,
    chan_outbox_tx: &Sender<QuorumMsg>,
) -> Result<()>