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:
70a619f
)
configuremgr conf interface change
author
jaehoon.hyun
<jaehoon.hyun@samsung.com>
Tue, 2 Apr 2019 06:23:46 +0000
(15:23 +0900)
committer
jaehoon.hyun
<jaehoon.hyun@samsung.com>
Tue, 2 Apr 2019 06:23:46 +0000
(15:23 +0900)
src/configuremgr/description/doc.go
patch
|
blob
|
history
diff --git
a/src/configuremgr/description/doc.go
b/src/configuremgr/description/doc.go
index 4dad6f1eaf76dc998869770e7fe06f0d7ee8fe81..e0e95203d7ffd35a167065b811eddc881863b2d1 100644
(file)
--- a/
src/configuremgr/description/doc.go
+++ b/
src/configuremgr/description/doc.go
@@
-7,12
+7,13
@@
type Doc struct {
ServiceInfo struct {
ServiceName string
}
- ResourceType struct {
- IntervalTimeMs int
- MaxCount int
- }
ScoringMethod struct {
LibFile string
+ FunctionName string
+ }
+ ResourceType struct {
+ IntervalTimeMs int
+ MaxCount int
}
}
\ No newline at end of file