Add matcher interface
authorLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Wed, 13 Sep 2017 18:00:16 +0000 (20:00 +0200)
committerLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Fri, 27 Apr 2018 15:14:51 +0000 (17:14 +0200)
commite67adcb8b13f4ea57b7e2b3f5eefa1c333daf817
tree968e5c1fbdd4257afbcfd055ca8f27955b1e50e4
parent902e4833970972eafd3a545b0053ef6899cc9951
Add matcher interface

Matcher is an interface for taking actions related to assigning requests
to workers and reacting to requests time events.
It should be implemented by objects that are notified about such events.

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