make api.Channel as interface 29/13329/8
authorVladimir Lavor <vlavor@cisco.com>
Tue, 3 Jul 2018 08:39:21 +0000 (10:39 +0200)
committerVladimir Lavor <vlavor@cisco.com>
Fri, 6 Jul 2018 11:18:01 +0000 (13:18 +0200)
commitf1bef4a3c66f4408afdeb64cda62ccd8562d0fc6
tree5767c18051f97362a00b1a4dfe90ec9480247032
parent5276b9439d0f902e125a5113bfa4f1b6622aea18
make api.Channel as interface

Change-Id: I052d241ab09043b1195beebeee99df4d8536621f
Signed-off-by: Vladimir Lavor <vlavor@cisco.com>
16 files changed:
Makefile
adapter/mock/mock_adapter.go
api/api.go
api/doc.go
codec/doc.go [new file with mode: 0644]
codec/msg_codec.go [moved from core/msg_codec.go with 82% similarity]
core/channel.go [new file with mode: 0644]
core/channel_test.go [moved from api/api_test.go with 97% similarity]
core/connection.go [moved from core/core.go with 90% similarity]
core/connection_test.go [moved from core/core_test.go with 90% similarity]
core/doc.go
core/notification_handler.go
core/request_handler.go
examples/cmd/perf-bench/perf-bench.go
examples/cmd/simple-client/simple_client.go
examples/cmd/stats-client/stats_client.go