diff options
author | Kiran <kiran.k.kamineni@intel.com> | 2018-02-05 14:04:32 -0800 |
---|---|---|
committer | Kiran <kiran.k.kamineni@intel.com> | 2018-02-05 14:19:57 -0800 |
commit | 53b6f4630af634272ed60d582f9bb29205c6ff17 (patch) | |
tree | 45f879bbdd86b9d47aa5a3527fcb32b4f68a961b /sms-service/.gitignore | |
parent | 611e20c99b004e5fd64e456986c172d80f34f125 (diff) |
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>
Diffstat (limited to 'sms-service/.gitignore')
-rw-r--r-- | sms-service/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sms-service/.gitignore b/sms-service/.gitignore new file mode 100644 index 0000000..e98d43b --- /dev/null +++ b/sms-service/.gitignore @@ -0,0 +1,4 @@ +pkg/ +src/sms/.vscode/ +src/sms/vendor/ +src/sms/test/ |