Add models
[ric-plt/xapp-frame.git] / pkg / models / subscription_result.go
diff --git a/pkg/models/subscription_result.go b/pkg/models/subscription_result.go
new file mode 100644 (file)
index 0000000..d92eff6
--- /dev/null
@@ -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
+}