Add Cross SDKs support (part 2)
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Thu, 18 May 2017 09:01:13 +0000 (11:01 +0200)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Thu, 18 May 2017 09:01:13 +0000 (11:01 +0200)
commit2c9ae6a5a27ae2f2e23495c613e7a53aed8e786c
treeb23dbe9051c50a7ed8f666ae71c833fd52823770
parent51da3506a296b7d5d4185b17364f188292136888
Add Cross SDKs support (part 2)
23 files changed:
.vscode/settings.json
lib/apiv1/apiv1.go
lib/apiv1/make.go
lib/apiv1/sdks.go [new file with mode: 0644]
lib/crosssdk/sdk.go
lib/crosssdk/sdks.go
lib/model/folder.go
lib/syncthing/st.go
lib/syncthing/stfolder.go
lib/webserver/server.go
lib/xdsconfig/folderconfig.go
main.go
webapp/src/app/app.module.ts
webapp/src/app/build/build.component.html
webapp/src/app/build/build.component.ts
webapp/src/app/common/config.service.ts
webapp/src/app/common/sdk.service.ts [new file with mode: 0644]
webapp/src/app/common/xdsserver.service.ts
webapp/src/app/config/config.component.html
webapp/src/app/config/config.component.ts
webapp/src/app/sdks/sdkCard.component.ts [new file with mode: 0644]
webapp/src/app/sdks/sdkSelectDropdown.component.ts [new file with mode: 0644]
webapp/src/app/sdks/sdksListAccordion.component.ts [new file with mode: 0644]