configuremgr PushLibPath insterface change
authorjaehoon.hyun <jaehoon.hyun@samsung.com>
Tue, 2 Apr 2019 06:24:15 +0000 (15:24 +0900)
committerjaehoon.hyun <jaehoon.hyun@samsung.com>
Tue, 2 Apr 2019 06:24:15 +0000 (15:24 +0900)
src/configuremgr/mock/simulation.go

index fb7baab..cbe1ce5 100644 (file)
@@ -17,8 +17,10 @@ func PushConfPathAppExecuteMock(doc *confdescription.Doc) (err error) {
   return
 }
 
-func PushLibPathScoringAppMock(libPath string) (err error) {
+func PushLibPathScoringAppMock(libPath string, doc *confdescription.Doc,  handlersCh chan<- interface{}) (err error) {
   configuremgr.ILog.Println("pushLibPathScoringAppMock")
   configuremgr.ILog.Println(libPath)
+  configuremgr.ILog.Println(doc)
   return
 }
+