mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-17 14:09:44 +02:00
fix(types): add placeholder field in VirtualMemoryStat for swagger
This commit is contained in:
@@ -1398,12 +1398,21 @@ definitions:
|
||||
|
||||
This value is computed from the kernel specific values.
|
||||
type: integer
|
||||
total:
|
||||
description: Total amount of RAM on this system
|
||||
type: number
|
||||
used:
|
||||
description: |-
|
||||
RAM used by programs
|
||||
|
||||
This value is computed from the kernel specific values.
|
||||
type: integer
|
||||
used_percent:
|
||||
description: |-
|
||||
Percentage of RAM used by programs
|
||||
|
||||
This value is computed from the kernel specific values.
|
||||
type: number
|
||||
type: object
|
||||
net.IOCountersStat:
|
||||
properties:
|
||||
|
||||
Reference in New Issue
Block a user