| commit | 85ddcdf7453f8f222654136116e856a64b4eae7c | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Wed Jun 25 07:51:16 2025 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Wed Jun 25 07:51:16 2025 +0400 |
| tree | 56f63b1f0dc147cc6c9d230ea6c5b0f71c8152c6 | |
| parent | cefb3b500ad84268b0f999023c4d37e4fbb328c3 [diff] |
AppManager: Include agentName in HTTPS access Change-Id: I8c6329f0c1225d49da0c66af20fb30a7a664e426
diff --git a/core/installer/app.go b/core/installer/app.go index e054964..f9d3bc0 100644 --- a/core/installer/app.go +++ b/core/installer/app.go
@@ -100,7 +100,8 @@ } type AccessHTTPS struct { - Address string `json:"address"` + Address string `json:"address"` + AgentName string `json:"agentName,omitempty"` } type AccessSSH struct {