mirror of
https://github.com/datarhei/core.git
synced 2025-10-05 07:57:13 +08:00
Add expose 'mode' from avstream progress
This commit is contained in:
31
docs/docs.go
31
docs/docs.go
@@ -4579,6 +4579,9 @@ const docTemplate = `{
|
||||
"type": "integer",
|
||||
"format": "uint64"
|
||||
},
|
||||
"mode": {
|
||||
"type": "string"
|
||||
},
|
||||
"output": {
|
||||
"$ref": "#/definitions/api.AVstreamIO"
|
||||
},
|
||||
@@ -5418,6 +5421,20 @@ const docTemplate = `{
|
||||
}
|
||||
}
|
||||
},
|
||||
"backup": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"dir": {
|
||||
"type": "string"
|
||||
},
|
||||
"patterns": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"max_size_mbytes": {
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
@@ -7694,6 +7711,20 @@ const docTemplate = `{
|
||||
}
|
||||
}
|
||||
},
|
||||
"backup": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"dir": {
|
||||
"type": "string"
|
||||
},
|
||||
"patterns": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"max_size_mbytes": {
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
|
Reference in New Issue
Block a user