X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fcontrol%2Fsdl_restSubsDb.go;h=ac85d98ed8f393c17f049413a3fe659ab10e668b;hb=d13ba63c1c237882202fc975d70ed5ad21a48fcf;hp=576e6af4f856d35203e89d08ec26903fb64aae23;hpb=92c3855b5c2d86a54f1342498a2772a605073e06;p=ric-plt%2Fsubmgr.git diff --git a/pkg/control/sdl_restSubsDb.go b/pkg/control/sdl_restSubsDb.go index 576e6af..ac85d98 100644 --- a/pkg/control/sdl_restSubsDb.go +++ b/pkg/control/sdl_restSubsDb.go @@ -22,7 +22,6 @@ package control import ( "encoding/json" "fmt" - "time" sdl "gerrit.o-ran-sc.org/r/ric-plt/sdlgo" "gerrit.o-ran-sc.org/r/ric-plt/xapp-frame/pkg/xapp" @@ -31,7 +30,7 @@ import ( const restSubSdlNs = "submgr_restSubsDb" type RESTSubscriptionInfo struct { - Created time.Time + Created string XAppServiceName string XAppRmrEndPoint string Meid string