Moved all structs exposed by API into apiv1 package
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Tue, 31 Oct 2017 17:09:45 +0000 (18:09 +0100)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Mon, 6 Nov 2017 09:18:00 +0000 (10:18 +0100)
commitbe13167b869161b6e19dc3e94835245cdc7911e5
treec22fef52671c7e9a3f724acb02b8a62d64b3f94a
parent459f46bc410c8641314d5f3eb39c871558b7d156
Moved all structs exposed by API into apiv1 package

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
22 files changed:
.vscode/settings.json
lib/agent/apiv1-config.go
lib/agent/apiv1-events.go
lib/agent/apiv1-exec.go
lib/agent/apiv1-projects.go
lib/agent/apiv1-sdks.go [new file with mode: 0644]
lib/agent/apiv1-version.go
lib/agent/apiv1.go
lib/agent/events.go
lib/agent/project-interface.go
lib/agent/project-pathmap.go
lib/agent/project-st.go
lib/agent/projects.go
lib/agent/sessions.go [moved from lib/agent/session.go with 99% similarity]
lib/agent/webserver.go
lib/agent/xdsserver.go
lib/apiv1/config.go [new file with mode: 0644]
lib/apiv1/events.go [new file with mode: 0644]
lib/apiv1/exec.go [new file with mode: 0644]
lib/apiv1/projects.go [new file with mode: 0644]
lib/apiv1/sdks.go [new file with mode: 0644]
lib/apiv1/version.go [new file with mode: 0644]