Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrResponse is thrown on a connection time out ErrResponse = errors.New("no response from server") )
View Source
var ( // Services is a list of exported services // registered by the RPC server at runtime Services = []interface{}{ Ping{}, } )
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client wraps an RPC client
Click to show internal directories.
Click to hide internal directories.