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
10 files
+ 203
9
Compare changes
  • Side-by-side
  • Inline
Files
10
@@ -8,6 +8,7 @@ import (
@@ -8,6 +8,7 @@ import (
type Service interface {
type Service interface {
Add(Device) error
Add(Device) error
Update(Device) error
Update(Device) error
 
UpdateModel(Device, string) error
Delete(Device) error
Delete(Device) error
Get(store.Query) (Device, error)
Get(store.Query) (Device, error)
GetAll() ([]Device, error)
GetAll() ([]Device, error)
Loading