Stream API options 94/29394/4
authorVladimir Lavor <vlavor@cisco.com>
Mon, 12 Oct 2020 12:21:05 +0000 (14:21 +0200)
committerOndrej Fabry <ofabry@cisco.com>
Thu, 15 Oct 2020 08:30:21 +0000 (08:30 +0000)
commit9ea1f778fb1458ce6b2265941885eab0b34b33d7
treec1e8c18f9a626ced15c6ea6cf72c053931f6170a
parent8d4ee12e94e634b38f1dc55c830f8e222822215f
Stream API options

* Stream API uses the same default values as the Channel API
* request size, reply size and reply timeout settable using
  functional options
* Added stream client example to show the stream API usage

Change-Id: Id599134a7f520fc19f7d770ed5e3de74a7936829
Signed-off-by: Vladimir Lavor <vlavor@cisco.com>
.gitignore
CHANGELOG.md
api/api.go
core/stream.go
examples/simple-client/simple_client.go
examples/stream-client/stream_client.go [new file with mode: 0644]