HTTP API Client: Acquire worker 74/181674/9
authorMaciej Wereski <m.wereski@partner.samsung.com>
Fri, 10 Nov 2017 14:12:31 +0000 (15:12 +0100)
committerMaciej Wereski <m.wereski@partner.samsung.com>
Tue, 10 Jul 2018 08:01:23 +0000 (10:01 +0200)
commit7b126a9c23d106708f2b9ee5cb183b118f5f5990
tree8270fb27cd89ab611ecd40b67064f8c9b9609bca
parent046c9fc85fcc7db86bf49bf231b47c0bed57e094
HTTP API Client: Acquire worker

Definition of boruta/http.AccessInfo2.Addr had to be changed to specific
type (new.TCPAddr) rather than interface, as it's not possible to marshal
interface type to JSON.

Change-Id: I37afd203db356ba4621ad7448a554b59f6553ce9
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
http/client/client.go
http/client/client_test.go
http/http.go
http/server/api/v1/handlers.go