refactor agent auth & server api

This commit is contained in:
naiba
2024-10-20 23:23:04 +08:00
parent d3f907b5c3
commit aa20c97312
19 changed files with 488 additions and 330 deletions
+1
View File
@@ -2,5 +2,6 @@ package model
type ServerGroup struct {
Common
Name string `json:"name"`
}