mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-04 01:24:09 +02:00
split services into seperate files
This commit is contained in:
parent
b9bb8190cd
commit
3cac4e4679
9 changed files with 434 additions and 463 deletions
|
|
@ -3,6 +3,7 @@ use crate::cloud::{Cloud, CloudOptions};
|
|||
use crate::config::HazeConfig;
|
||||
use crate::exec::container_logs;
|
||||
use crate::service::Service;
|
||||
use crate::service::ServiceTrait;
|
||||
use bollard::Docker;
|
||||
use color_eyre::{eyre::WrapErr, Result};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue