1Panel/core/app/model/alert.go

9 lines
175 B
Go

package model
type AlertConfig struct {
BaseModel
Type string `json:"type"`
Title string `json:"title"`
Status string `json:"status"`
Config string `json:"config"`
}