mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-05-13 17:39:41 +00:00
model redesign
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package model
|
||||
|
||||
type ServerGroupServer struct {
|
||||
Common
|
||||
ServerGroupId uint64 `json:"server_group_id"`
|
||||
ServerId uint64 `json:"server_id"`
|
||||
}
|
||||
Reference in New Issue
Block a user