mirror of
https://git.rwth-aachen.de/acs/public/villas/web-backend-go/
synced 2025-03-30 00:00:12 +01:00
Merge branch 'allow-error-objects-in-amqp-status-update' into 'master'
Remove result and error fields from ICStatus See merge request acs/public/villas/web-backend-go!42
This commit is contained in:
commit
f77b88e7e1
1 changed files with 0 additions and 2 deletions
|
@ -44,8 +44,6 @@ type ICStatus struct {
|
|||
State string `json:"state"`
|
||||
Version string `json:"version"`
|
||||
Uptime float64 `json:"uptime"`
|
||||
Result string `json:"result"`
|
||||
Error string `json:"error"`
|
||||
ManagedBy string `json:"managed_by"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue