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:
3cff641
)
Modfiy types
author
jw_wonny.cha
<jw_wonny.cha@samsung.com>
Tue, 26 Mar 2019 05:34:45 +0000
(14:34 +0900)
committer
jw_wonny.cha
<jw_wonny.cha@samsung.com>
Tue, 26 Mar 2019 05:34:45 +0000
(14:34 +0900)
src/servicemgr/types.go
patch
|
blob
|
history
diff --git
a/src/servicemgr/types.go
b/src/servicemgr/types.go
index 5edf2d5a77c2e36c6b2a1c1c77486797831a8a6c..46a1500f8b988675279a6bd3593e0662dc32d554 100644
(file)
--- 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