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