refactor: defer close connection or file

This commit is contained in:
2026-05-05 14:34:00 +03:00
parent ea5cca09f5
commit 7a53c1dc9f
19 changed files with 859 additions and 52 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package domain
type RegisterAgentRequest struct {
AgentId string
AgentID string
AgentName string
AgentVersion string
Host HostInfo