8 lines
79 B
Go
8 lines
79 B
Go
package model
|
|
|
|
type ServerGroup struct {
|
|
Common
|
|
|
|
Name string `json:"name"`
|
|
}
|