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