nezha/model/notification_group.go

7 lines
84 B
Go
Raw Normal View History

2024-10-19 12:32:55 -04:00
package model
type NotificationGroup struct {
Common
Name string `json:"name"`
}