[WIP] working download and replace.

This commit is contained in:
Vladimir Stoilov
2024-08-30 12:40:51 +03:00
parent f7abb700bf
commit 701505ae75
18 changed files with 168 additions and 276 deletions

View File

@@ -107,5 +107,5 @@ func New(instance instance) (*NetEnv, error) {
}
type instance interface {
Updates() *updates.Updates
IntelUpdates() *updates.Updates
}