X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Frestapi%2Foperations%2Fcommon%2Fsubscribe.go;fp=pkg%2Frestapi%2Foperations%2Fcommon%2Fsubscribe.go;h=17d19da860b86f6ace8c080eb53195d04ccb45d1;hb=c79bd0e1a4fe855b06c8f8131f162d0ee4a5f9f5;hp=49bd6176aaed3316bed394558ce8d38b178dac81;hpb=9ea6c7860300c299b9fe68caaf8aff61b3ec71d2;p=ric-plt%2Fxapp-frame.git diff --git a/pkg/restapi/operations/common/subscribe.go b/pkg/restapi/operations/common/subscribe.go index 49bd617..17d19da 100644 --- a/pkg/restapi/operations/common/subscribe.go +++ b/pkg/restapi/operations/common/subscribe.go @@ -8,7 +8,7 @@ package common import ( "net/http" - middleware "github.com/go-openapi/runtime/middleware" + "github.com/go-openapi/runtime/middleware" ) // SubscribeHandlerFunc turns a function with the right signature into a subscribe handler