Update client.go

fixed one typo
This commit is contained in:
Bruce Wang 2019-07-22 15:41:14 +08:00 committed by GitHub
parent 8f2585724c
commit 502f6d3e9f
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