mirror of
https://github.com/datarhei/core.git
synced 2025-10-28 10:11:50 +08:00
Merge branch 'dev' into vod
This commit is contained in:
@@ -14,6 +14,7 @@ type Process struct {
|
||||
Type string `json:"type" jsonschema:"enum=ffmpeg"`
|
||||
Reference string `json:"reference"`
|
||||
CreatedAt int64 `json:"created_at" jsonschema:"minimum=0" format:"int64"`
|
||||
UpdatedAt int64 `json:"updated_at" jsonschema:"minimum=0" format:"int64"`
|
||||
Config *ProcessConfig `json:"config,omitempty"`
|
||||
State *ProcessState `json:"state,omitempty"`
|
||||
Report *ProcessReport `json:"report,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user