X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=capifcore%2Finternal%2Fpublishservice%2Fmocks%2FPublishRegister.go;h=df256204d898222811659c78a66ca06dcc77ce57;hb=refs%2Ftags%2F1.0.1;hp=a798a71b9d5d5f23feef71085b64e5ca298981b4;hpb=f20cbf73ae51762b728bd1f0c97b664b0598e02d;p=nonrtric%2Fplt%2Fsme.git diff --git a/capifcore/internal/publishservice/mocks/PublishRegister.go b/capifcore/internal/publishservice/mocks/PublishRegister.go index a798a71..df25620 100644 --- a/capifcore/internal/publishservice/mocks/PublishRegister.go +++ b/capifcore/internal/publishservice/mocks/PublishRegister.go @@ -13,20 +13,6 @@ type PublishRegister struct { mock.Mock } -// AreAPIsPublished provides a mock function with given fields: serviceDescriptions -func (_m *PublishRegister) AreAPIsPublished(serviceDescriptions *[]publishserviceapi.ServiceAPIDescription) bool { - ret := _m.Called(serviceDescriptions) - - var r0 bool - if rf, ok := ret.Get(0).(func(*[]publishserviceapi.ServiceAPIDescription) bool); ok { - r0 = rf(serviceDescriptions) - } else { - r0 = ret.Get(0).(bool) - } - - return r0 -} - // GetAllPublishedServices provides a mock function with given fields: func (_m *PublishRegister) GetAllPublishedServices() []publishserviceapi.ServiceAPIDescription { ret := _m.Called()