Commit 646b57e3 authored by Simon Pastor's avatar Simon Pastor
Browse files

removal files

parent 0ff08b13
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-12T18:50:02.016-05:00[America/New_York]
- Build date: 2020-11-13T08:11:58.480-05:00[America/New_York]


### Running the server
+5 −9
Original line number Diff line number Diff line
@@ -352,17 +352,13 @@ func checkForExpiredSubscriptions() {
				cbRef := ""
				if ccSubscriptionMap[subsId] != nil {
					cbRef = ccSubscriptionMap[subsId].CallbackReference
				} else {
					if reSubscriptionMap[subsId] != nil {
				} else if reSubscriptionMap[subsId] != nil {
				        cbRef = reSubscriptionMap[subsId].CallbackReference
					} else {
						if rrSubscriptionMap[subsId] != nil {
				} else if rrSubscriptionMap[subsId] != nil {
					cbRef = rrSubscriptionMap[subsId].CallbackReference
				} else {
					continue
				}
					}
				}

				subsIdStr := strconv.Itoa(subsId)

+0 −9
Original line number Diff line number Diff line
# Body

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

+0 −9
Original line number Diff line number Diff line
# Body1

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

+0 −10
Original line number Diff line number Diff line
# InlineL2Meas

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**L2Meas** | [***L2Meas**](L2Meas.md) |  | [default to null]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Loading