configuremgr conf interface change
authorjaehoon.hyun <jaehoon.hyun@samsung.com>
Tue, 2 Apr 2019 06:23:46 +0000 (15:23 +0900)
committerjaehoon.hyun <jaehoon.hyun@samsung.com>
Tue, 2 Apr 2019 06:23:46 +0000 (15:23 +0900)
src/configuremgr/description/doc.go

index 4dad6f1eaf76dc998869770e7fe06f0d7ee8fe81..e0e95203d7ffd35a167065b811eddc881863b2d1 100644 (file)
@@ -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