X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fnbi%2Ftypes.go;h=80e7fd2e2d4feddf74b655be4a71f7695b9c853e;hb=cd7867c8f527f46fd8702b0b8d6b380a8e134bea;hp=1acf09ce7534027f52bb214d5e69b870b42e95eb;hpb=d2563ed2763e3333e7ce94904a7bade4180d007f;p=ric-plt%2Frtmgr.git diff --git a/pkg/nbi/types.go b/pkg/nbi/types.go index 1acf09c..80e7fd2 100644 --- a/pkg/nbi/types.go +++ b/pkg/nbi/types.go @@ -40,7 +40,7 @@ import ( type FetchAllXAppsHandler func(string) (*[]rtmgr.XApp, error) type RecvXappCallbackDataHandler func(<-chan *models.XappCallbackData) (*[]rtmgr.XApp, error) type RecvNewE2TdataHandler func(<-chan *models.E2tData) (*rtmgr.E2TInstance, string, error) -type LaunchRestHandler func(*string, chan<- *models.XappCallbackData, chan<- *models.XappSubscriptionData, chan<- *models.XappSubscriptionData, chan<- *models.E2tData, chan<- models.RanE2tMap, chan<- models.RanE2tMap, chan<- *models.E2tDeleteData) +type LaunchRestHandler func(*string, chan<- *models.XappCallbackData, chan<- *models.XappSubscriptionData, chan<- *rtmgr.XappList, chan<- *models.XappSubscriptionData, chan<- *models.E2tData, chan<- models.RanE2tMap, chan<- models.RanE2tMap, chan<- *models.E2tDeleteData) type ProvideXappHandleHandlerImpl func(chan<- *models.XappCallbackData, *models.XappCallbackData) error type RetrieveStartupDataHandler func(string, string, string, string, sdl.Engine) error