WIP: refactor daemon API types to daemon/api.rs
This commit is contained in:
parent
420fac5f18
commit
d4b40e8cc1
4 changed files with 92 additions and 73 deletions
|
|
@ -55,6 +55,7 @@ mod color;
|
|||
pub use color::{_CLI_ENABLE_COLOR, SHOULD_COLOR};
|
||||
mod daemon;
|
||||
pub use daemon::Daemon;
|
||||
pub use daemon::api as daemon_api;
|
||||
mod daemon_io;
|
||||
pub use daemon_io::OwnedFdWithFlags;
|
||||
mod daemon_tokfd;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue