Documentation
¶
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 client connecting to the server
func (*Client) Call ¶
func (v *Client) Call(method, url string, ver uint64, in json.Marshaler, out json.Unmarshaler) (int, error)
Call make request to server
func (*Client) WithHeaders ¶
Debug enable logging of responses
Click to show internal directories.
Click to hide internal directories.