X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fclientmodel%2Fsubscription_response.go;h=d32562924c558a55a417d42937b27b0e655c2a0c;hb=fea604a8972776006ac5231425ea5799a93cf06c;hp=2714b5b9d90dfe3c8baaa499a563de150760882c;hpb=b6341a5002c90da3d531a710f1038d716ef8c9bc;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 {