X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fmodels%2Fsubscription_result.go;fp=pkg%2Fmodels%2Fsubscription_result.go;h=d92eff6fc620e23fc2764190b187d3e1e147a5bd;hb=3895a8c8775ef96652e6473414fdd7366c59f404;hp=0000000000000000000000000000000000000000;hpb=5120ec103eead26427b977f4b2456c2ce57b36ac;p=ric-plt%2Fxapp-frame.git diff --git a/pkg/models/subscription_result.go b/pkg/models/subscription_result.go new file mode 100644 index 0000000..d92eff6 --- /dev/null +++ b/pkg/models/subscription_result.go @@ -0,0 +1,19 @@ +// Code generated by go-swagger; DO NOT EDIT. + +package models + +// This file was generated by the swagger tool. +// Editing this file might prove futile when you re-run the swagger generate command + +import ( + strfmt "github.com/go-openapi/strfmt" +) + +// SubscriptionResult A list of unique IDs +// swagger:model SubscriptionResult +type SubscriptionResult []int64 + +// Validate validates this subscription result +func (m SubscriptionResult) Validate(formats strfmt.Registry) error { + return nil +}