Skip to content

Commit 22e83f1

Browse files
Saranya-jenaHarness
authored andcommitted
chore: [ML-1347]: Add DBOps module to Module Registry (#138)
* Update pkg/modules/registry.go
1 parent be6928e commit 22e83f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/modules/registry.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ func NewModuleRegistry(config *config.Config, tsg *toolsets.ToolsetGroup) *Modul
3434
NewCCMModule(config, tsg),
3535
NewIDPModule(config, tsg),
3636
NewHARModule(config, tsg),
37+
NewDbOpsModule(config, tsg),
3738
},
3839
config: config,
3940
tsg: tsg,

0 commit comments

Comments
 (0)