Documentation
¶
Overview ¶
Package rpc is a client-only RPC package using websockets for javascript
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is an RPC client
func (*Client) Close ¶
Close closes the websocket - it does not currently do anything special with outstanding requests
Click to show internal directories.
Click to hide internal directories.