X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Frestapi%2Foperations%2Fxapp%2Fget_xapp_config_list.go;h=1d0c141d979000eb4f4c744a344ceef4d503f764;hb=HEAD;hp=9fc02d32ecce47fed076ef2db34b5c39696acf93;hpb=413abf5f6de7c1808a2dd716ef52ed586c04d8f6;p=ric-plt%2Fxapp-frame.git diff --git a/pkg/restapi/operations/xapp/get_xapp_config_list.go b/pkg/restapi/operations/xapp/get_xapp_config_list.go index 9fc02d3..1d0c141 100644 --- a/pkg/restapi/operations/xapp/get_xapp_config_list.go +++ b/pkg/restapi/operations/xapp/get_xapp_config_list.go @@ -8,7 +8,7 @@ package xapp import ( "net/http" - middleware "github.com/go-openapi/runtime/middleware" + "github.com/go-openapi/runtime/middleware" ) // GetXappConfigListHandlerFunc turns a function with the right signature into a get xapp config list handler