projects
/
platform
/
core
/
system
/
edge-orchestration.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a885a4
)
configuremgr PushLibPath insterface change
author
jaehoon.hyun
<jaehoon.hyun@samsung.com>
Tue, 2 Apr 2019 06:24:15 +0000
(15:24 +0900)
committer
jaehoon.hyun
<jaehoon.hyun@samsung.com>
Tue, 2 Apr 2019 06:24:15 +0000
(15:24 +0900)
src/configuremgr/mock/simulation.go
patch
|
blob
|
history
diff --git
a/src/configuremgr/mock/simulation.go
b/src/configuremgr/mock/simulation.go
index fb7baab9f7cc40b804f923b644ef9958d1ae220b..cbe1ce512e1d8557c6730cf2c6f7cfd73b2ed62b 100644
(file)
--- a/
src/configuremgr/mock/simulation.go
+++ b/
src/configuremgr/mock/simulation.go
@@
-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
}
+