nezha/model/server_group.go
2024-10-20 23:23:04 +08:00

8 lines
79 B
Go

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