Add optional subscription ID
[ric-plt/xapp-frame.git] / pkg / models / subsequent_action.go
index c8468c5..694725e 100644 (file)
@@ -8,14 +8,14 @@ package models
 import (
        "encoding/json"
 
-       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"
 )
 
 // SubsequentAction SubsequentAction is an OPTIONAL IE
+//
 // swagger:model SubsequentAction
 type SubsequentAction struct {