Add device capability and get authenticated device list
[platform/core/system/edge-orchestration.git] / patches / types.patch
1 diff --git a/src/controller/discoverymgr/types.go b/src/controller/discoverymgr/types.go
2 index eca248b..f05836f 100644
3 --- a/src/controller/discoverymgr/types.go
4 +++ b/src/controller/discoverymgr/types.go
5 @@ -20,6 +20,7 @@ package discoverymgr
6  
7  import (
8         wrapper "controller/discoverymgr/wrapper"
9 +       capabilitydb "db/bolt/capability"
10         configurationdb "db/bolt/configuration"
11         networkdb "db/bolt/network"
12         servicedb "db/bolt/service"
13 @@ -52,4 +53,5 @@ var (
14         confQuery    configurationdb.DBInterface
15         netQuery     networkdb.DBInterface
16         serviceQuery servicedb.DBInterface
17 +       capabilityQuery capabilitydb.DBInterface
18  )