zdravko/pkg/api/monitors.go

7 lines
118 B
Go
Raw Normal View History

package api
type ApiV1MonitorsHistoryPOSTBody struct {
Status string `json:"status"`
Note string `json:"note"`
}