refactor agent auth & server api

This commit is contained in:
naiba
2024-10-20 23:23:04 +08:00
parent fa1d567f2e
commit 80740ddf39
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"`
}