mirror of
https://github.com/datarhei/core.git
synced 2025-11-03 10:30:53 +08:00
Add API endpoints for relocating processes
This commit is contained in:
@@ -7,6 +7,11 @@ import (
|
||||
"github.com/lithammer/shortuuid/v4"
|
||||
)
|
||||
|
||||
type ProcessID struct {
|
||||
ID string `json:"id"`
|
||||
Domain string `json:"domain"`
|
||||
}
|
||||
|
||||
// Process represents all information on a process
|
||||
type Process struct {
|
||||
ID string `json:"id" jsonschema:"minLength=1"`
|
||||
|
||||
Reference in New Issue
Block a user