mirror of
https://github.com/mentos1386/zdravko.git
synced 2024-11-23 00:03:43 +00:00
7 lines
122 B
Go
7 lines
122 B
Go
|
package api
|
||
|
|
||
|
type ApiV1HealthchecksHistoryPOSTBody struct {
|
||
|
Status string `json:"status"`
|
||
|
Note string `json:"note"`
|
||
|
}
|