Files
nezha_domains/model/server_group.go
T

8 lines
79 B
Go

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