nezha/model/server_group.go
2024-10-20 00:32:55 +08:00

7 lines
78 B
Go

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