Renamed apiv1 lib to xaapiv1.
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Wed, 29 Nov 2017 10:19:00 +0000 (11:19 +0100)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Wed, 29 Nov 2017 14:17:45 +0000 (15:17 +0100)
commit7c7d90a781082c6bd22d12a5e2451ca61a5198af
tree980c4ebea211b1a757343296debc39b3aa6b4859
parentb9239d295a7fb7e3f5c595887b3bf77d50c8b216
Renamed apiv1 lib to xaapiv1.

xa prefix (for Xds Agent) is safest to avoid confusion with xs prefix (for Xds Server)

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
20 files changed:
Makefile
glide.yaml
lib/agent/apiv1-config.go
lib/agent/apiv1-events.go
lib/agent/apiv1-projects.go
lib/agent/apiv1-version.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/webserver.go
lib/agent/xdsserver.go
lib/syncthing/stfolder.go
lib/xaapiv1/config.go [moved from lib/apiv1/config.go with 97% similarity]
lib/xaapiv1/events.go [moved from lib/apiv1/events.go with 90% similarity]
lib/xaapiv1/exec.go [moved from lib/apiv1/exec.go with 99% similarity]
lib/xaapiv1/projects.go [moved from lib/apiv1/projects.go with 98% similarity]
lib/xaapiv1/sdks.go [moved from lib/apiv1/sdks.go with 94% similarity]
lib/xaapiv1/version.go [moved from lib/apiv1/version.go with 95% similarity]