Skip to main content

create_es_client

Function create_es_client 

Source
pub fn create_es_client(
    url: &str,
    username: String,
    password: String,
) -> Result<Arc<Elasticsearch>, SearchConfigError>