Modfiy types
authorjw_wonny.cha <jw_wonny.cha@samsung.com>
Tue, 26 Mar 2019 05:34:45 +0000 (14:34 +0900)
committerjw_wonny.cha <jw_wonny.cha@samsung.com>
Tue, 26 Mar 2019 05:34:45 +0000 (14:34 +0900)
src/servicemgr/types.go

index 5edf2d5..46a1500 100644 (file)
@@ -7,7 +7,7 @@ type ServiceParam struct {
        AppName        string `json:"AppName"`
        ServiceName    string `json:"ServiceName"`
        Count          int    `json:"Count"`
-       ServiceBinPath string `json:"ServiceBinPath`
+       ServiceBinPath string `json:"ServiceBinPath"`
 }
 
 // DistService structure
@@ -15,6 +15,7 @@ type DistService struct {
        UserArgs    []string         `json:"UserArgs"`
        SystemArgs  []string         `json:"SystemArgs"`
        RelatedArgs []RelatedService `json:"RelatedServices"`
+       // NotiTarget  string           `json:"NotificationTargetURL"`
 }
 
 // RelatedService structrue