Add optional subscription ID
[ric-plt/xapp-frame.git] / pkg / models / x_app_config.go
index 076e314..f1ec552 100644 (file)
@@ -6,14 +6,14 @@ 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/errors"
+       "github.com/go-openapi/strfmt"
        "github.com/go-openapi/swag"
        "github.com/go-openapi/validate"
 )
 
 // XAppConfig x app config
+//
 // swagger:model XAppConfig
 type XAppConfig struct {