We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be6928e commit 22e83f1Copy full SHA for 22e83f1
pkg/modules/registry.go
@@ -34,6 +34,7 @@ func NewModuleRegistry(config *config.Config, tsg *toolsets.ToolsetGroup) *Modul
34
NewCCMModule(config, tsg),
35
NewIDPModule(config, tsg),
36
NewHARModule(config, tsg),
37
+ NewDbOpsModule(config, tsg),
38
},
39
config: config,
40
tsg: tsg,
0 commit comments