X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fclientmodel%2Fsubscription_response.go;h=d32562924c558a55a417d42937b27b0e655c2a0c;hb=refs%2Fchanges%2F12%2F8912%2F1;hp=2714b5b9d90dfe3c8baaa499a563de150760882c;hpb=844be329568878ce3e2f3aa4a5f9dcfc92b8b0f5;p=ric-plt%2Fxapp-frame.git diff --git a/pkg/clientmodel/subscription_response.go b/pkg/clientmodel/subscription_response.go index 2714b5b..d325629 100644 --- a/pkg/clientmodel/subscription_response.go +++ b/pkg/clientmodel/subscription_response.go @@ -8,14 +8,14 @@ package clientmodel import ( "strconv" - strfmt "github.com/go-openapi/strfmt" - "github.com/go-openapi/errors" + "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" "github.com/go-openapi/validate" ) // SubscriptionResponse subscription response +// // swagger:model SubscriptionResponse type SubscriptionResponse struct {