Initial commit.
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Mon, 15 May 2017 09:12:21 +0000 (11:12 +0200)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Mon, 15 May 2017 17:08:31 +0000 (19:08 +0200)
commitbfeab33538d50ee52750de4dd4c0e72b64f674f6
treea8ebab2a62f4ca4ccbfbe848106ca53d708c724b
Initial commit.

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
22 files changed:
.gitignore [new file with mode: 0644]
.vscode/launch.json [new file with mode: 0644]
.vscode/settings.json [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile [new file with mode: 0644]
README.md [new file with mode: 0644]
agent-config.json.in [new file with mode: 0644]
glide.yaml [new file with mode: 0644]
lib/agent/agent.go [new file with mode: 0644]
lib/apiv1/apiv1.go [new file with mode: 0644]
lib/apiv1/config.go [new file with mode: 0644]
lib/apiv1/version.go [new file with mode: 0644]
lib/common/error.go [new file with mode: 0644]
lib/common/httpclient.go [new file with mode: 0644]
lib/session/session.go [new file with mode: 0644]
lib/syncthing/st.go [new file with mode: 0644]
lib/syncthing/stfolder.go [new file with mode: 0644]
lib/xdsconfig/config.go [new file with mode: 0644]
lib/xdsconfig/fileconfig.go [new file with mode: 0644]
lib/xdsserver/server.go [new file with mode: 0644]
main.go [new file with mode: 0644]
scripts/get-syncthing.sh [new file with mode: 0755]