mirror of
https://github.com/mentos1386/zdravko.git
synced 2024-11-26 01:07:52 +00:00
7 lines
170 B
Go
7 lines
170 B
Go
package api
|
|
|
|
type ApiV1MonitorsHistoryPOSTBody struct {
|
|
Status string `json:"status"`
|
|
Note string `json:"note"`
|
|
WorkerGroup string `json:"worker_group"`
|
|
}
|