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