Commit 275618a1 authored by YannGarcia's avatar YannGarcia
Browse files

Rename VIS client package

parent 1ed35a18
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,9 +6,9 @@
 *
 * API version: 2.2.1
 * Contact: AdvantEDGE@InterDigital.com
 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
 * Generated by: Swagger Codegen (https://github.com/client-api/client-codegen.git)
 */
package swagger
package client

import (
	"context"
+2 −2
Original line number Diff line number Diff line
@@ -6,9 +6,9 @@
 *
 * API version: 2.2.1
 * Contact: AdvantEDGE@InterDigital.com
 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
 * Generated by: Swagger Codegen (https://github.com/client-api/client-codegen.git)
 */
package swagger
package client

import (
	"context"
+2 −2
Original line number Diff line number Diff line
@@ -5,9 +5,9 @@
 *
 * API version: 2.2.1
 * Contact: AdvantEDGE@InterDigital.com
 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
 * Generated by: Swagger Codegen (https://github.com/client-api/client-codegen.git)
 */
package swagger
package client

import (
	"bytes"
+2 −2
Original line number Diff line number Diff line
@@ -5,9 +5,9 @@
 *
 * API version: 2.2.1
 * Contact: AdvantEDGE@InterDigital.com
 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
 * Generated by: Swagger Codegen (https://github.com/client-api/client-codegen.git)
 */
package swagger
package client

import (
	"net/http"
+2 −2
Original line number Diff line number Diff line
@@ -5,9 +5,9 @@
 *
 * API version: 2.2.1
 * Contact: AdvantEDGE@InterDigital.com
 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
 * Generated by: Swagger Codegen (https://github.com/client-api/client-codegen.git)
 */
package swagger
package client

// This type represents the information that the MEC platform notifies the subscribed application instance about  the corresponding application instance termination/stop.
type AppTerminationNotification struct {
Loading