Commit 7733d107 authored by Muhammad Umair Zafar's avatar Muhammad Umair Zafar
Browse files

change package name from swagger to server

parent 28b2c008
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
 * Contact: cti_support@etsi.org
 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
 */
package swagger
package server

import (
    "log"
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
 * Contact: cti_support@etsi.org
 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
 */
package swagger
package server

// The definition of the general \"ProblemDetails\" data structure from IETF RFC 7807 is reproduced inthis structure. Compared to the general framework defined in IETF RFC 7807, the \"status\" and \"detail\" attributes are mandated to be included by the present document, to ensure that the response contains additional textual information about an error. IETF RFC 7807 foresees extensibility of the \"ProblemDetails\" type. It is possible that particular APIs in the present document, or particular implementations, define extensions to define additional attributes that provide more information about the error. The description column only provides some explanation of the meaning to Facilitate understanding of the design. For a full description, see IETF RFC 7807. 
type ProblemDetails struct {
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
 * Contact: cti_support@etsi.org
 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
 */
package swagger
package server

// Sandbox object
type Sandbox struct {
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
 * Contact: cti_support@etsi.org
 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
 */
package swagger
package server

type SandboxAppInstances struct {
	// The application instance identifier.
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
 * Contact: cti_support@etsi.org
 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
 */
package swagger
package server

type SandboxLogsSubscriptions struct {
	// The callback to notify log messages.
Loading