展示服务器列表

This commit is contained in:
奶爸
2019-12-09 18:14:31 +08:00
parent f7d7e9ef49
commit db364099fb
18 changed files with 173 additions and 77 deletions
+3
View File
@@ -5,4 +5,7 @@ type Server struct {
Common
Name string
Secret string
Host Host
State State
}