adds log querying (#401)

* adds log querying

* Apply suggestions from code review

Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com>

* formatting

Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com>
This commit is contained in:
Keagan McClelland
2021-08-12 10:35:49 -06:00
committed by Aiden McClelland
parent f92db6fac8
commit 73526976a1
3 changed files with 68 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ pub mod s9pk;
pub mod sound;
pub mod ssh;
pub mod status;
pub mod system;
pub mod util;
pub mod version;
pub mod volume;