feat: server transfer rotation

This commit is contained in:
naiba
2026-05-25 10:17:34 +00:00
parent 636f4a9716
commit e816e94fca
43 changed files with 7072 additions and 134 deletions
+1
View File
@@ -32,6 +32,7 @@ type User struct {
type UserInfo struct {
Role Role
Username string
AgentSecret string
}