mirror of
https://codeberg.org/icewind/palantir.git
synced 2026-06-03 18:24:08 +02:00
split of disk module
This commit is contained in:
parent
70bba8ed2c
commit
89375a13bb
6 changed files with 117 additions and 109 deletions
|
|
@ -1,12 +1,13 @@
|
|||
pub mod disk;
|
||||
pub mod docker;
|
||||
pub mod nvidia;
|
||||
pub mod power;
|
||||
pub mod sensors;
|
||||
pub mod zfs;
|
||||
|
||||
use crate::sensors::temperatures;
|
||||
use crate::disk::disk_usage;
|
||||
use crate::disk::zfs::pools;
|
||||
use crate::disk::*;
|
||||
use crate::sensors::*;
|
||||
use crate::zfs::pools;
|
||||
use color_eyre::Result;
|
||||
use std::fmt::Write;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue