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 is a struct used for communicating with a Cayley server through HTTP Deprecated: Client exists for backwards compatability. New code should use the updated client github.com/cayleygraph/go-client
func (*Client) QuadReader ¶
func (c *Client) QuadReader() (quad.ReadCloser, error)
func (*Client) QuadWriter ¶
func (c *Client) QuadWriter() (quad.WriteCloser, error)
func (*Client) SetHTTPClient ¶
Click to show internal directories.
Click to hide internal directories.