Add basic application framework and example application to show interaction between events an NBI
Compare changes
- André Sterba authored
+ 10
− 10
@@ -41,7 +41,7 @@ func (s *DatabaseNodeStore) Get(query store.Query) (Node, error) {
@@ -49,13 +49,13 @@ func (s *DatabaseNodeStore) Get(query store.Query) (Node, error) {
@@ -64,21 +64,21 @@ func (s *DatabaseNodeStore) getByID(idOfLink uuid.UUID) (Node, error) {
@@ -87,15 +87,15 @@ func (s *DatabaseNodeStore) getByName(nameOfDevice string) (Node, error) {