[WIP] Refactoring and bug fixes
This commit is contained in:
@@ -16,6 +16,7 @@ import (
|
||||
_ "github.com/safing/portmaster/service/status"
|
||||
_ "github.com/safing/portmaster/service/sync"
|
||||
_ "github.com/safing/portmaster/service/ui"
|
||||
"github.com/safing/portmaster/service/updates"
|
||||
)
|
||||
|
||||
// Core is the core service module.
|
||||
@@ -114,4 +115,6 @@ func New(instance instance) (*Core, error) {
|
||||
type instance interface {
|
||||
Shutdown()
|
||||
AddWorkerInfoToDebugInfo(di *debug.Info)
|
||||
BinaryUpdates() *updates.Updates
|
||||
IntelUpdates() *updates.Updates
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user