mirror of
https://git.rwth-aachen.de/acs/public/villas/web-backend-go/
synced 2025-03-30 00:00:12 +01:00
add fields for result URL and model URL in action message
This commit is contained in:
parent
cea6149b39
commit
41f8e75ba9
1 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,8 @@ type Action struct {
|
||||||
API_url string `json:"api_url,omitempty"`
|
API_url string `json:"api_url,omitempty"`
|
||||||
Description string `json:"description,omitempty"`
|
Description string `json:"description,omitempty"`
|
||||||
Manager string `json:"manager,omitempty"`
|
Manager string `json:"manager,omitempty"`
|
||||||
|
ResultURL string `json:"result_url,omitempty"`
|
||||||
|
ModelURL string `json:"model_url,omitempty"`
|
||||||
} `json:"parameters,omitempty"`
|
} `json:"parameters,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue