async fn list_files_to_copy(
req: &CopyDatabaseRequest,
suffix: &str,
) -> Result<Vec<Entry>>
Expand description
Lists all files with expected suffix that can be imported to database.
async fn list_files_to_copy(
req: &CopyDatabaseRequest,
suffix: &str,
) -> Result<Vec<Entry>>
Lists all files with expected suffix that can be imported to database.