| commit | 23bdc1bf054f81d3760c8a04a37501011138d4bc | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Thu Jul 11 16:07:47 2024 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Fri Jul 12 17:55:13 2024 +0400 |
| tree | 0505647260ce9c0f9ad6d7e34be0bb52f4e53d68 | |
| parent | 38df35d4a95c71be4204836d95d403ace8e450a3 [diff] [blame] |
DodoApp: Filter domains Change-Id: I475f6b6c9d00ccc0214c54f22c6c8fd428cd996d
diff --git a/core/installer/app_manager.go b/core/installer/app_manager.go index 4fc0b1f..2cc29ed 100644 --- a/core/installer/app_manager.go +++ b/core/installer/app_manager.go
@@ -649,6 +649,10 @@ } } +func WithNoNetworks() InstallOption { + return WithNetworks([]Network{}) +} + func WithBranch(branch string) InstallOption { return func(o *installOptions) { o.Branch = branch