Merge pull request #604 from BruceWangNo1/patch-1

Update client.go
This commit is contained in:
Milos Gajdos 2019-07-22 10:55:55 +01:00 committed by GitHub
commit 481ebe9d4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ import (
// Client is the interface used to make requests to services.
// It supports Request/Response via Transport and Publishing via the Broker.
// It also supports bidiectional streaming of requests.
// It also supports bidirectional streaming of requests.
type Client interface {
Init(...Option) error
Options() Options