Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type SimpleClient ¶
type SimpleClient struct {
// contains filtered or unexported fields
}
func (*SimpleClient) Close ¶
func (c *SimpleClient) Close() error
Close closes the created resources (e.g. connection).
func (*SimpleClient) Connected ¶
func (c *SimpleClient) Connected() bool
func (*SimpleClient) GetTarget ¶
func (c *SimpleClient) GetTarget() string
func (*SimpleClient) Stream ¶
func (c *SimpleClient) Stream(ctx context.Context, it provider.MessageIterator) error
Stream sends a message to the server and receives the response.
Click to show internal directories.
Click to hide internal directories.