mirror of
https://github.com/mentos1386/zdravko.git
synced 2024-11-22 15:53:45 +00:00
6 lines
118 B
Go
6 lines
118 B
Go
package api
|
|
|
|
type ApiV1MonitorsHistoryPOSTBody struct {
|
|
Status string `json:"status"`
|
|
Note string `json:"note"`
|
|
}
|