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
4 files
+ 7
7
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -34,7 +34,7 @@ func NewNBI(
@@ -34,7 +34,7 @@ func NewNBI(
users rbacInterfaces.UserService,
users rbacInterfaces.UserService,
roles rbacInterfaces.RoleService,
roles rbacInterfaces.RoleService,
jwt rbac.JWTManager,
jwt rbac.JWTManager,
topologyService topology.TService,
topologyService topology.TopologyService,
nodeService nodes.Service,
nodeService nodes.Service,
portService ports.Service,
portService ports.Service,
Loading