conf file decoding struct created
authorjaehoon.hyun <jaehoon.hyun@samsung.com>
Wed, 27 Mar 2019 07:26:29 +0000 (16:26 +0900)
committerjaehoon.hyun <jaehoon.hyun@samsung.com>
Wed, 27 Mar 2019 07:26:29 +0000 (16:26 +0900)
src/configuremgr/description/doc.go [new file with mode: 0644]

diff --git a/src/configuremgr/description/doc.go b/src/configuremgr/description/doc.go
new file mode 100644 (file)
index 0000000..7d9a2d4
--- /dev/null
@@ -0,0 +1,19 @@
+package confdescription
+
+type Doc struct {
+               Version struct {
+                       ConfVersion string
+               }
+               ServiceInfo struct {
+                       ServiceName  string
+               }
+               ResourceType struct {
+                       IntervalTimeMs int
+                       MaxCount     int
+               }
+
+               ScoringMethod struct {
+                       LibFile      string
+               }
+               
+}
\ No newline at end of file