tape: change code hierarchy to improve docs
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
//! Media changer implementation (SCSI media changer)
|
||||
|
||||
mod email;
|
||||
pub use email::*;
|
||||
|
||||
@ -10,6 +12,9 @@ pub use mtx_wrapper::*;
|
||||
mod mtx;
|
||||
pub use mtx::*;
|
||||
|
||||
mod online_status_map;
|
||||
pub use online_status_map::*;
|
||||
|
||||
use anyhow::{bail, Error};
|
||||
|
||||
/// Interface to the media changer device for a single drive
|
||||
|
Reference in New Issue
Block a user