From: jw_wonny.cha Date: Tue, 26 Mar 2019 05:34:45 +0000 (+0900) Subject: Modfiy types X-Git-Tag: submit/tizen/20190409.085658~16^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=da02267839b189b180bd558dabc15f848ab12f56;p=platform%2Fcore%2Fsystem%2Fedge-orchestration.git Modfiy types --- diff --git a/src/servicemgr/types.go b/src/servicemgr/types.go index 5edf2d5..46a1500 100644 --- a/src/servicemgr/types.go +++ b/src/servicemgr/types.go @@ -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