Add Parser implementation with tests 13/162013/3
authorLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Tue, 14 Nov 2017 10:37:11 +0000 (11:37 +0100)
committerLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Mon, 4 Dec 2017 10:01:24 +0000 (11:01 +0100)
commitdebff96552ee21a29c28bd77e696e457d6280729
treec88435a6c8881609bea1d95aec7cb4c5305a0954
parent68f738de9355f09e32c970aae8de9a1e6c3c3837
Add Parser implementation with tests

ParserImpl implements parsing phase of Job handling.
It saves yaml file in ArtifactDB, parses it and sets up config.

Change-Id: Icb52b7c1943c29744f82532877aade2bb085c345
Signed-off-by: Lukasz Wojciechowski <l.wojciechow@partner.samsung.com>
controller/parserimpl.go [new file with mode: 0644]
controller/parserimpl_test.go [new file with mode: 0644]