X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Frtmgr%2Ftypes.go;h=b9b960448b05ae2b696998fb7401e163d881b82e;hb=bfeca7737cc003f149ca8b01d1aaf484dcb762d7;hp=41e8cf0caf9ac342b53f19181349e020dc84b1c7;hpb=0770de6e47404e68fc9cbb59263648ac54864aef;p=ric-plt%2Frtmgr.git diff --git a/pkg/rtmgr/types.go b/pkg/rtmgr/types.go index 41e8cf0..b9b9604 100644 --- a/pkg/rtmgr/types.go +++ b/pkg/rtmgr/types.go @@ -28,6 +28,14 @@ package rtmgr +type RMRUpdateType int + +const ( + XappType = iota + SubsType + E2Type +) + type XApps struct { XAppList []XApp }