Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultRESTTimeout = 1 * time.Minute
DefaultRESTTimeout - default RPC timeout is one minute.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client - http based RPC client.
func NewClient ¶
func NewClient(url *url.URL, tlsConfig *tls.Config, timeout time.Duration, newAuthToken func() string) *Client
NewClient - returns new REST client.
Click to show internal directories.
Click to hide internal directories.