nezha/model/server_group.go

7 lines
78 B
Go
Raw Normal View History

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