Skip to content
Snippets Groups Projects

Add basic application framework and example application to show interaction between events an NBI

Merged Ghost User requested to merge istaester/init-application-framework into develop
2 files
+ 11
10
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -151,7 +151,7 @@ func bootstrapUnitTest() {
@@ -151,7 +151,7 @@ func bootstrapUnitTest() {
jwtManager := rbacImpl.NewJWTManager("", (10000 * time.Hour))
jwtManager := rbacImpl.NewJWTManager("", (10000 * time.Hour))
nodeStore := store.NewGenericStore[nodes.Node]()
nodeStore := store.NewGenericStore[nodes.Node]()
nodeService := nodes.NewNodeService(nodeStore)
nodeService := nodes.NewNodeService(nodeStore, eventService)
portStore := store.NewGenericStore[ports.Port]()
portStore := store.NewGenericStore[ports.Port]()
portService := ports.NewPortService(portStore)
portService := ports.NewPortService(portStore)
Loading