New and generic scrape algorithm #11
@ -97,7 +97,8 @@ func Listen(ctx context.Context, listenAddr string, source models.Source) error
|
||||
return nil
|
||||
}
|
||||
|
||||
func SetTaskExecutionFunction(plugInterface Plug) {
|
||||
// RegisterPlugInterface sets the provided Plug interface implementation for task execution.
|
||||
Alphyron marked this conversation as resolved
Outdated
|
||||
func RegisterPlugInterface(plugInterface Plug) {
|
||||
plugAPIInterface = plugInterface
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user
irgendwie passt der Name der funktion nicht zu dem was gemacht wird. Es wird weder eine Function gesetzt, noch wird ein execution stuff gesetzt.
Hier ist es ja nur ein Interface als Schnittstelle zu der PlugAPI