1
0
mirror of https://github.com/nezhahq/nezha.git synced 2025-03-11 00:08:13 -04:00
nezha/model/notification_group.go
2024-10-20 00:32:55 +08:00

7 lines
84 B
Go

package model
type NotificationGroup struct {
Common
Name string `json:"name"`
}