X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=cmd%2Fappmgr%2Ftypes.go;fp=cmd%2Fappmgr%2Ftypes.go;h=34e3b749f48ec36b6c15ab5e75f807f2cc1d93c4;hb=4021ae6af0b166342a17c2f140fc0b7cc338dea7;hp=685d118ae8fb706a40fcce0926fee45268e3c8d7;hpb=b6e413571bf3f44d4cd076815334449831d84e28;p=ric-plt%2Fappmgr.git diff --git a/cmd/appmgr/types.go b/cmd/appmgr/types.go index 685d118..34e3b74 100755 --- a/cmd/appmgr/types.go +++ b/cmd/appmgr/types.go @@ -123,7 +123,7 @@ type SubscriptionNotif struct { Id string `json:"id"` Version int `json:"version"` EventType string `json:"eventType"` - XappData []Xapp `json:"xapp"` + XApps string `json:"xApps"` } type Subscription struct {