wu-sheng commented on a change in pull request #53:
URL:
https://github.com/apache/skywalking-satellite/pull/53#discussion_r659292839
##########
File path: internal/satellite/module/api/module.go
##########
@@ -27,7 +27,7 @@ var ShutdownHookTime = time.Second * 5
// Module id a custom plugin interface, which defines the processing.
type Module interface {
-
+ DependencyInjection(modules ...Module)
Review comment:
If you want to run DI, how could you figure out the elements of
different indices, and do the typecast?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]