doctests fix
parent
b2ce9acf50
commit
f4217cf8ad
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue