Loading examples/demo1/src/demo-server/go/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -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: 0.0.1 - Build date: 2021-09-14T17:37:15.009-04:00 - Build date: 2021-10-12T16:48:28.921-04:00 ### Running the server Loading examples/demo1/src/iperf-proxy/go/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -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: 0.0.1 - Build date: 2021-09-14T17:37:16.432-04:00 - Build date: 2021-10-12T16:48:30.368-04:00 ### Running the server Loading go-apps/meep-ams/api/swagger.yaml +19 −21 Original line number Diff line number Diff line Loading @@ -288,9 +288,7 @@ paths: content: application/json: schema: oneOf: - $ref: '#/components/schemas/MobilityProcedureSubscription' - $ref: '#/components/schemas/AdjacentAppInfoSubscription' $ref: '#/components/schemas/InlineSubscription' example: subscriptionType: MobilityProcedureSubscription callbackReference: 'http://my.callback.com/amsi-mobility-procedure/some-id' Loading @@ -307,9 +305,7 @@ paths: content: application/json: schema: oneOf: - $ref: '#/components/schemas/MobilityProcedureSubscription' - $ref: '#/components/schemas/AdjacentAppInfoSubscription' $ref: '#/components/schemas/InlineSubscription' '400': $ref: '#/components/responses/400' '401': Loading Loading @@ -339,14 +335,10 @@ paths: content: application/json: schema: oneOf: - $ref: '#/components/schemas/MobilityProcedureNotification' - $ref: '#/components/schemas/AdjacentAppInfoNotification' $ref: '#/components/schemas/InlineNotification' responses: '204': $ref: '#/components/responses/204' /subscriptions/{subscriptionId}: parameters: - in: path Loading @@ -367,9 +359,7 @@ paths: content: application/json: schema: oneOf: - $ref: '#/components/schemas/MobilityProcedureSubscription' - $ref: '#/components/schemas/AdjacentAppInfoSubscription' $ref: '#/components/schemas/InlineSubscription' '400': $ref: '#/components/responses/400' '401': Loading @@ -393,9 +383,7 @@ paths: content: application/json: schema: oneOf: - $ref: '#/components/schemas/MobilityProcedureSubscription' - $ref: '#/components/schemas/AdjacentAppInfoSubscription' $ref: '#/components/schemas/InlineSubscription' example: subscriptionType: MobilityProcedureSubscription callbackReference: 'http://my.callback.com/amsi-mobility-procedure/some-id' Loading @@ -415,9 +403,7 @@ paths: content: application/json: schema: oneOf: - $ref: '#/components/schemas/MobilityProcedureSubscription' - $ref: '#/components/schemas/AdjacentAppInfoSubscription' $ref: '#/components/schemas/InlineSubscription' '400': $ref: '#/components/responses/400' '401': Loading Loading @@ -1038,6 +1024,18 @@ components: x-etsi-mec-cardinality: 0..1 x-etsi-mec-origin-type: URI type: object InlineSubscription: oneOf: - $ref: '#/components/schemas/MobilityProcedureSubscription' - $ref: '#/components/schemas/AdjacentAppInfoSubscription' discriminator: propertyName: subscriptionType InlineNotification: oneOf: - $ref: '#/components/schemas/MobilityProcedureNotification' - $ref: '#/components/schemas/AdjacentAppInfoNotification' discriminator: propertyName: notificationType responses: 204: description: No Content Loading go-apps/meep-ams/server/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -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: 2021-10-06T15:28:50.114702-04:00[America/Toronto] - Build date: 2021-10-12T16:48:25.500510-04:00[America/Toronto] ### Running the server Loading go-apps/meep-ams/server/ams.go +370 −470 File changed.Preview size limit exceeded, changes collapsed. Show changes Loading
examples/demo1/src/demo-server/go/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -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: 0.0.1 - Build date: 2021-09-14T17:37:15.009-04:00 - Build date: 2021-10-12T16:48:28.921-04:00 ### Running the server Loading
examples/demo1/src/iperf-proxy/go/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -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: 0.0.1 - Build date: 2021-09-14T17:37:16.432-04:00 - Build date: 2021-10-12T16:48:30.368-04:00 ### Running the server Loading
go-apps/meep-ams/api/swagger.yaml +19 −21 Original line number Diff line number Diff line Loading @@ -288,9 +288,7 @@ paths: content: application/json: schema: oneOf: - $ref: '#/components/schemas/MobilityProcedureSubscription' - $ref: '#/components/schemas/AdjacentAppInfoSubscription' $ref: '#/components/schemas/InlineSubscription' example: subscriptionType: MobilityProcedureSubscription callbackReference: 'http://my.callback.com/amsi-mobility-procedure/some-id' Loading @@ -307,9 +305,7 @@ paths: content: application/json: schema: oneOf: - $ref: '#/components/schemas/MobilityProcedureSubscription' - $ref: '#/components/schemas/AdjacentAppInfoSubscription' $ref: '#/components/schemas/InlineSubscription' '400': $ref: '#/components/responses/400' '401': Loading Loading @@ -339,14 +335,10 @@ paths: content: application/json: schema: oneOf: - $ref: '#/components/schemas/MobilityProcedureNotification' - $ref: '#/components/schemas/AdjacentAppInfoNotification' $ref: '#/components/schemas/InlineNotification' responses: '204': $ref: '#/components/responses/204' /subscriptions/{subscriptionId}: parameters: - in: path Loading @@ -367,9 +359,7 @@ paths: content: application/json: schema: oneOf: - $ref: '#/components/schemas/MobilityProcedureSubscription' - $ref: '#/components/schemas/AdjacentAppInfoSubscription' $ref: '#/components/schemas/InlineSubscription' '400': $ref: '#/components/responses/400' '401': Loading @@ -393,9 +383,7 @@ paths: content: application/json: schema: oneOf: - $ref: '#/components/schemas/MobilityProcedureSubscription' - $ref: '#/components/schemas/AdjacentAppInfoSubscription' $ref: '#/components/schemas/InlineSubscription' example: subscriptionType: MobilityProcedureSubscription callbackReference: 'http://my.callback.com/amsi-mobility-procedure/some-id' Loading @@ -415,9 +403,7 @@ paths: content: application/json: schema: oneOf: - $ref: '#/components/schemas/MobilityProcedureSubscription' - $ref: '#/components/schemas/AdjacentAppInfoSubscription' $ref: '#/components/schemas/InlineSubscription' '400': $ref: '#/components/responses/400' '401': Loading Loading @@ -1038,6 +1024,18 @@ components: x-etsi-mec-cardinality: 0..1 x-etsi-mec-origin-type: URI type: object InlineSubscription: oneOf: - $ref: '#/components/schemas/MobilityProcedureSubscription' - $ref: '#/components/schemas/AdjacentAppInfoSubscription' discriminator: propertyName: subscriptionType InlineNotification: oneOf: - $ref: '#/components/schemas/MobilityProcedureNotification' - $ref: '#/components/schemas/AdjacentAppInfoNotification' discriminator: propertyName: notificationType responses: 204: description: No Content Loading
go-apps/meep-ams/server/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -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: 2021-10-06T15:28:50.114702-04:00[America/Toronto] - Build date: 2021-10-12T16:48:25.500510-04:00[America/Toronto] ### Running the server Loading
go-apps/meep-ams/server/ams.go +370 −470 File changed.Preview size limit exceeded, changes collapsed. Show changes