We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ade640 commit ecd2bdbCopy full SHA for ecd2bdb
1 file changed
pkg/core/bootstrap/init.go
@@ -20,6 +20,7 @@ package bootstrap
20
// import all components registered by init function
21
import (
22
_ "github.com/apache/dubbo-admin/pkg/console"
23
+ _ "github.com/apache/dubbo-admin/pkg/console/counter"
24
_ "github.com/apache/dubbo-admin/pkg/core/discovery"
25
_ "github.com/apache/dubbo-admin/pkg/core/engine"
26
_ "github.com/apache/dubbo-admin/pkg/core/events"
0 commit comments