mirror of
https://github.com/go-micro/go-micro.git
synced 2025-07-12 22:41:07 +02:00
@ -10,7 +10,7 @@ import (
|
|||||||
|
|
||||||
// Client is the interface used to make requests to services.
|
// Client is the interface used to make requests to services.
|
||||||
// It supports Request/Response via Transport and Publishing via the Broker.
|
// 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 {
|
type Client interface {
|
||||||
Init(...Option) error
|
Init(...Option) error
|
||||||
Options() Options
|
Options() Options
|
||||||
|
Reference in New Issue
Block a user