Add basic application framework and example application to show interaction between events an NBI
Compare changes
- André Sterba authored
@@ -121,7 +121,7 @@ func (s *DatabaseNodeStore) GetAll() ([]Node, error) {
@@ -121,7 +121,7 @@ func (s *DatabaseNodeStore) GetAll() ([]Node, error) {
@@ -138,7 +138,7 @@ func (s *DatabaseNodeStore) Add(node Node) error {
@@ -138,7 +138,7 @@ func (s *DatabaseNodeStore) Add(node Node) error {
@@ -169,7 +169,7 @@ func (s *DatabaseNodeStore) Update(node Node) error {
@@ -169,7 +169,7 @@ func (s *DatabaseNodeStore) Update(node Node) error {