Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct { Host string Timeout int Protocol int // contains filtered or unexported fields }
Client represents a the client side of a remote function (also known as a remote procedure call).
type Server ¶
type Server struct { Host string Timeout int Protocol int // contains filtered or unexported fields }
Server hold the state of the server side of a remote function.
Click to show internal directories.
Click to hide internal directories.