Dejan Mijic
c2d6cc511c
Ensure codestyle adherence
...
Simplified code where possible. Fixed golint suggestions regarding the
missing godoc comments and unnecessary initialized variables.
Signed-off-by: Dejan Mijic <dejan@mainflux.com>
2017-10-07 19:13:20 +02:00
Drasko DRASKOVIC
199a44b0a0
Change writer message format - accept raw messages
...
Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
2017-09-29 16:18:41 +02:00
Dejan Mijic
75a8cdfe3f
Unify service versioning
...
Services are versioned through top-level package. The package itself
contains an HTTP header that will be bound to the '/version' endpoint of
each of the available services.
Signed-off-by: Dejan Mijic <dejan@mainflux.com>
2017-09-23 15:52:39 +02:00
Dejan Mijic
4132a5c017
Update readme files for monorepo
...
Signed-off-by: Dejan Mijic <dejan@mainflux.com>
2017-09-23 02:27:49 +02:00
Dejan Mijic
26a2ea1ce1
Integrate http adapter service
...
Moved main method to top-level 'cmd' directory. Extracted the dockerfile
to the root as well.
Signed-off-by: Dejan Mijic <dejan@mainflux.com>
2017-09-23 01:57:14 +02:00