[WIP] Simplify update system
This commit is contained in:
@@ -99,5 +99,5 @@ func New(instance instance) (*Interception, error) {
|
||||
}
|
||||
|
||||
type instance interface {
|
||||
BinaryUpdates() *updates.Updates
|
||||
BinaryUpdates() *updates.Updater
|
||||
}
|
||||
|
||||
@@ -161,7 +161,7 @@ func New(instance instance) (*Firewall, error) {
|
||||
|
||||
type instance interface {
|
||||
Config() *config.Config
|
||||
BinaryUpdates() *updates.Updates
|
||||
BinaryUpdates() *updates.Updater
|
||||
Profile() *profile.ProfileModule
|
||||
Captain() *captain.Captain
|
||||
Access() *access.Access
|
||||
|
||||
Reference in New Issue
Block a user