added async connect API, new structure of examples 76/6876/2
authorRastislav Szabo <raszabo@cisco.com>
Thu, 25 May 2017 11:47:43 +0000 (13:47 +0200)
committerRastislav Szabo <raszabo@cisco.com>
Thu, 25 May 2017 11:54:13 +0000 (13:54 +0200)
commit2d07847237e754d9050f06f565baa430c70ed937
tree80588aeec912e95fa21b51520bbd527eb87f455b
parentc38cb25d746736f062ee16e87f553c8a4ec5fced
added async connect API, new structure of examples

Change-Id: Iab9bce174596c30998981e02b7030c248c423384
Signed-off-by: Rastislav Szabo <raszabo@cisco.com>
13 files changed:
.gitignore
Makefile
README.md
adapter/mock/binapi/binapi_reflect.go [moved from adapter/mock/util/binapi_reflect.go with 96% similarity]
adapter/mock/mock_adapter.go
api/api.go
core/core.go
core/core_test.go
core/notification_handler.go [moved from core/notifications.go with 100% similarity]
core/request_handler.go [new file with mode: 0644]
examples/cmd/simple-client/simple_client.go [moved from examples/example_client.go with 75% similarity]
examples/cmd/stats-client/stats_client.go [new file with mode: 0644]
govpp.go