nezha/model/server_group.go

8 lines
79 B
Go
Raw Normal View History

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