nezha/model/notification_group.go

7 lines
84 B
Go
Raw Normal View History

2024-10-20 00:32:55 +08:00
package model
type NotificationGroup struct {
Common
Name string `json:"name"`
}