X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fmodels%2Fsubscription_list.go;h=b622142ae69a3705249e79c62314ab0feb805c8a;hb=refs%2Fchanges%2F29%2F6729%2F2;hp=5059e219814603b007f19151fb1338d529978151;hpb=9568a2d73b96516b27f54650e309f0d157fb97d9;p=ric-plt%2Fxapp-frame.git diff --git a/pkg/models/subscription_list.go b/pkg/models/subscription_list.go index 5059e21..b622142 100644 --- a/pkg/models/subscription_list.go +++ b/pkg/models/subscription_list.go @@ -8,13 +8,13 @@ package models import ( "strconv" - strfmt "github.com/go-openapi/strfmt" - "github.com/go-openapi/errors" + "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" ) // SubscriptionList A list of subscriptions +// // swagger:model SubscriptionList type SubscriptionList []*SubscriptionData