Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { Service pb.ControllerServiceClient // contains filtered or unexported fields }
Client is wrapper around wadoh-be grpc client.
func (*Client) ReceiveMessage ¶
func (c *Client) ReceiveMessage() <-chan EventMessage
ReceiveMessage wraps pb.ControllerServiceClient.ReceiveMessage call with additional retry without closing channel when got retryable error code such Unavailable. But after maxretries limit hit, channel will be closed.
type EventMessage ¶
Click to show internal directories.
Click to hide internal directories.