mirror of
https://github.com/netbirdio/netbird.git
synced 2025-08-17 02:21:47 +02:00
Refactor
This commit is contained in:
@ -965,7 +965,7 @@ components:
|
|||||||
required:
|
required:
|
||||||
- processes
|
- processes
|
||||||
Process:
|
Process:
|
||||||
description: Describe the operational activity within peer's system.
|
description: Describes the operational activity within a peer's system.
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
path:
|
path:
|
||||||
|
@ -913,7 +913,7 @@ type PostureCheckUpdate struct {
|
|||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Process Describe the operational activity within peer's system.
|
// Process Describes the operational activity within a peer's system.
|
||||||
type Process struct {
|
type Process struct {
|
||||||
// Path Path to the process executable file in a Unix-like operating system
|
// Path Path to the process executable file in a Unix-like operating system
|
||||||
Path *string `json:"path,omitempty"`
|
Path *string `json:"path,omitempty"`
|
||||||
|
Reference in New Issue
Block a user