pub async fn set_indexer_status(
    conn: &mut IndexerConnection,
    namespace: &str,
    identifier: &str,
    status: IndexerStatus
) -> Result<()>
Expand description

Set the status of a registered indexer to be displayed by forc index status.