Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { sielink.Link // DialAndHandle initiates a connection to the provided URL and // runs the Link protocol over this connection. It returns an error, // if any, when the connection ends. DialAndHandle(uri string) error // Subscribe requests data available on the supplied channels // from the servers. Subscribe(channels ...uint32) }
A Client Link allows the caller to subscribe to a number of channels in addition to the base Link functionality.
Click to show internal directories.
Click to hide internal directories.