refactor: Rename strategies to drivers

This will make the terms similar to the terms of the dependent tools i.e. docker.
This commit is contained in:
Gerald Pinder 2024-03-16 12:47:02 -04:00
parent f619c4c47c
commit 8006af3ec9
10 changed files with 65 additions and 69 deletions

View file

@ -5,5 +5,6 @@
shadow_rs::shadow!(shadow);
pub mod commands;
pub mod credentials;
pub mod drivers;
pub mod image_inspection;
pub mod strategies;