mirror of
https://github.com/mentos1386/zdravko.git
synced 2025-02-16 22:13:38 +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"`
|
|
}
|