Initial Project Structure 43/30343/2
authorKiran <kiran.k.kamineni@intel.com>
Mon, 5 Feb 2018 22:04:32 +0000 (14:04 -0800)
committerKiran <kiran.k.kamineni@intel.com>
Mon, 5 Feb 2018 22:19:57 +0000 (14:19 -0800)
commit53b6f4630af634272ed60d582f9bb29205c6ff17
tree45f879bbdd86b9d47aa5a3527fcb32b4f68a961b
parent611e20c99b004e5fd64e456986c172d80f34f125
Initial Project Structure

Includes a directory stucture for all the current components
The implemented code establishes a mTLS connection to client
and serves a GET status request
Other requests and handlers will come in future patches

Issue-ID: AAF-102
Change-Id: Ib3bca066586d23330b10550f83772ab11aacabc7
Signed-off-by: Kiran <kiran.k.kamineni@intel.com>
15 files changed:
.gitreview [new file with mode: 0644]
sms-cli/.keep [new file with mode: 0644]
sms-client/.keep [new file with mode: 0644]
sms-gui/.keep [new file with mode: 0644]
sms-service/.gitignore [new file with mode: 0644]
sms-service/doc/swagger.yaml [new file with mode: 0644]
sms-service/src/sms/Gopkg.lock [new file with mode: 0644]
sms-service/src/sms/Gopkg.toml [new file with mode: 0644]
sms-service/src/sms/auth/auth.go [new file with mode: 0644]
sms-service/src/sms/backend/backend.go [new file with mode: 0644]
sms-service/src/sms/backend/vault/vault.go [new file with mode: 0644]
sms-service/src/sms/config/config.go [new file with mode: 0644]
sms-service/src/sms/handler/handler.go [new file with mode: 0644]
sms-service/src/sms/sms.go [new file with mode: 0644]
sms-service/src/sms/smsconfig.json [new file with mode: 0644]