| commit | da7086581dc83be65c3ed7d38e8fef8ae3b30738 | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Wed Apr 30 14:57:38 2025 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Thu May 01 12:29:06 2025 +0400 |
| tree | d69e419ea63fb4710a70cf284468d9f6922ad6ae | |
| parent | f8acc61632105a2ccc99c8a9b5897f2cb41ce44a [diff] [blame] |
AppManager: Recursively monitor dodo resources Change-Id: I23f3014e416f5b68f8909dbfbcba27db66eaee3f
diff --git a/core/installer/status/status.go b/core/installer/status/status.go index ebec72f..f093a93 100644 --- a/core/installer/status/status.go +++ b/core/installer/status/status.go
@@ -45,6 +45,7 @@ ) type ResourceRef struct { + Id string Name string Namespace string }