Add initial web server implementation 48/162048/6
authorAlexander Mazuruk <a.mazuruk@samsung.com>
Mon, 30 Oct 2017 09:22:46 +0000 (10:22 +0100)
committerAlexander Mazuruk <a.mazuruk@samsung.com>
Fri, 8 Dec 2017 14:57:33 +0000 (15:57 +0100)
commite77c5751fa16b23ee7a0d55d65702495da6a7a88
tree751eaf84b47c26a75bde327b2ef44ba210a2df36
parentf85420e44dbc0f90e9b7ebfb3e9f7fcecba2b952
Add initial web server implementation

Weles must provide RESTful API over HTTP that allows Weles to:
- Receive yaml file with instructions to create a job
- Receive job cancellation request
- Send a list of current Jobs to client
- Send a list of artifacts to client

Change-Id: I1a8e606e763f6c712224f234d98d302450f0c6d0
server/api/v1/api.go [new file with mode: 0644]
server/api/v1/handlers.go [new file with mode: 0644]
server/mockup/mockup.go [new file with mode: 0644]
server/server.go [new file with mode: 0644]