Commit 6f4b7f13 authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

regenerated code after spec update

parent fff6786b
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: 0.0.1
- Build date: 2020-04-17T14:46:23.721-04:00
- Build date: 2020-04-28T12:49:17.686-04:00


### Running the server
+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: 0.0.1
- Build date: 2020-04-17T14:46:25.028-04:00
- Build date: 2020-04-28T12:49:19.000-04:00


### Running the server
+6 −0
Original line number Diff line number Diff line
@@ -80,6 +80,9 @@ func Init(updateUserInfo func(string, string, string), updateZoneInfo func(strin
	sbi.updateAccessPointInfoCB = updateAccessPointInfo
	sbi.cleanUpCB = cleanUp

	// Initialize service
	processActiveScenarioUpdate()

	return nil
}

@@ -128,6 +131,9 @@ func processActiveScenarioUpdate() {

	// Sync with active scenario store
	sbi.activeModel.UpdateScenario()
	if sbi.activeModel.GetScenarioName() == "" {
		return
	}

	uePerNetLocMap := make(map[string]int)
	uePerZoneMap := make(map[string]int)
+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: 1.1.1
- Build date: 2020-04-17T14:46:21.629-04:00
- Build date: 2020-04-28T12:49:12.754-04:00


### Running the server
+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: 1.0.0
- Build date: 2020-04-17T14:46:20.174-04:00
- Build date: 2020-04-28T12:49:11.339-04:00


### Running the server
Loading