Add optional subscription ID
[ric-plt/xapp-frame.git] / pkg / clientmodel / subsequent_action.go
index b0c8a0f..d9184e3 100644 (file)
@@ -8,14 +8,14 @@ package clientmodel
 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 {