From 40a65f981a664a186a52fc2981b99a6d8a1191d4 Mon Sep 17 00:00:00 2001 From: yuzu Date: Tue, 29 Jul 2025 09:26:15 +0000 Subject: parallel process monitoring get git-svn-id: svn+ssh://diminuette.aengel.lesbianunix.dev/salaryman/trunk@16 b9215c17-b818-4693-b096-d1e41a411fef --- src/model.rs | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 src/model.rs (limited to 'src/model.rs') diff --git a/src/model.rs b/src/model.rs deleted file mode 100644 index 578d9b4..0000000 --- a/src/model.rs +++ /dev/null @@ -1,31 +0,0 @@ -use schemars::JsonSchema; -use serde::{Deserialize, Serialize}; -use std::net::IpAddr; -use std::path::PathBuf; -use uuid::Uuid; - -#[derive(Serialize, Deserialize, JsonSchema, Debug)] -pub struct UpdateConf { - pub address: Option, - pub port: Option, -} - -#[derive(Serialize, Deserialize, JsonSchema, Debug)] -pub struct StdinBuffer { - pub stdin: String, - pub endl: Option, -} - -#[derive(Serialize, Deserialize, JsonSchema, Debug)] -pub struct ServicePath { - pub service_uuid: Uuid, -} - -#[derive(Serialize, Deserialize, JsonSchema, Debug)] -pub struct NewService { - pub name: Option, - pub command: Option, - pub args: Option>, - pub directory: Option>, - pub autostart: Option, -} -- cgit 1.4.1-2-gfad0