mirror of
https://github.com/nezhahq/nezha.git
synced 2025-03-11 08:18:13 -04:00
8 lines
79 B
Go
8 lines
79 B
Go
package model
|
|
|
|
type ServerGroup struct {
|
|
Common
|
|
|
|
Name string `json:"name"`
|
|
}
|