doctests fix

pull/15/head
prplV 2024-11-26 17:11:06 +03:00
parent b2ce9acf50
commit f4217cf8ad
1 changed files with 7 additions and 7 deletions

View File

@ -18,7 +18,7 @@ pub enum ConfigActuality {
/// ///
/// *depends on* : `TrackingProcess` /// *depends on* : `TrackingProcess`
/// ///
/// ``` /// ``` json
/// { /// {
/// -> "dateOfCreation": "1721381809104", /// -> "dateOfCreation": "1721381809104",
/// -> "configServer": "localhost", /// -> "configServer": "localhost",
@ -44,7 +44,7 @@ pub struct Processes {
/// ///
/// *depends on* : `Dependencies` /// *depends on* : `Dependencies`
/// ///
/// ``` /// ``` json
/// ... /// ...
/// "processes": [ /// "processes": [
/// -> { /// -> {
@ -69,7 +69,7 @@ pub struct TrackingProcess {
/// ///
/// *depends on* : `Files`, `Services` /// *depends on* : `Files`, `Services`
/// ///
/// ``` /// ``` json
/// ... /// ...
/// "path": "/home/user/monitor/runner-rs/temp-process", /// "path": "/home/user/monitor/runner-rs/temp-process",
/// -> "dependencies": { /// -> "dependencies": {
@ -93,7 +93,7 @@ pub struct Dependencies {
/// ///
/// *depends on* : `FileTriggers` /// *depends on* : `FileTriggers`
/// ///
/// ``` /// ``` json
/// ... /// ...
/// "files": [ /// "files": [
/// -> { /// -> {
@ -118,7 +118,7 @@ pub struct Files {
/// ///
/// *depends on* : `ServiceTriggers` /// *depends on* : `ServiceTriggers`
/// ///
/// ``` /// ``` json
/// ... /// ...
/// "services": [ /// "services": [
/// -> { /// -> {
@ -143,7 +143,7 @@ pub struct Services {
/// ///
/// *depends on* : - /// *depends on* : -
/// ///
/// ``` /// ``` json
/// ... /// ...
/// "port": 443, /// "port": 443,
/// -> "triggers": { /// -> "triggers": {
@ -168,7 +168,7 @@ pub struct ServiceTriggers {
/// ///
/// *depends on* : - /// *depends on* : -
/// ///
/// ``` /// ``` json
/// ... /// ...
/// "src": "/home/user/monitor/runner-rs/tests/examples/", /// "src": "/home/user/monitor/runner-rs/tests/examples/",
/// -> "triggers": { /// -> "triggers": {