zdravko/pkg/api/monitors.go

8 lines
170 B
Go
Raw Normal View History

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