Add optional subscription ID
[ric-plt/xapp-frame.git] / pkg / models / action_definition.go
index 740196f..cef3607 100644 (file)
@@ -6,12 +6,12 @@ package models
 // Editing this file might prove futile when you re-run the swagger generate command
 
 import (
-       strfmt "github.com/go-openapi/strfmt"
-
+       "github.com/go-openapi/strfmt"
        "github.com/go-openapi/swag"
 )
 
 // ActionDefinition E2SM Octet string. ActionDefinition is an OPTIONAL IE
+//
 // swagger:model ActionDefinition
 type ActionDefinition struct {