Commit b8e8f8c7 authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

minor codegen header fixes

parent 64eccb69
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ To see how to make this your own, look here:
[README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md)

- API version: 2.1.1
- Build date: 2020-11-13T09:24:33.978915-05:00[America/Toronto]
- Build date: 2020-11-15T22:25:50.214337-05:00[America/Toronto]


### Running the server
+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@
 * Contact: AdvantEDGE@InterDigital.com
 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
 */

package server

import (
+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@
 * Contact: AdvantEDGE@InterDigital.com
 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
 */

package server

// ConnectionType : The connection type for the access point
+0 −2
Original line number Diff line number Diff line
@@ -21,10 +21,8 @@
 * Contact: AdvantEDGE@InterDigital.com
 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
 */

package server

// OperationStatus : The operation status of the access point
type OperationStatus string

// List of OperationStatus
+0 −2
Original line number Diff line number Diff line
@@ -21,10 +21,8 @@
 * Contact: AdvantEDGE@InterDigital.com
 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
 */

package server

// UserEventType : User event
type UserEventType string

// List of UserEventType
Loading