Documentation ¶
Index ¶
- type Client
- func (c *Client) Append(ctx context.Context, a *hrpc.Mutate) (*hrpc.Result, error)
- func (c *Client) Close()
- func (c *Client) Delete(ctx context.Context, d *hrpc.Mutate) (*hrpc.Result, error)
- func (c *Client) Get(ctx context.Context, g *hrpc.Get) (*hrpc.Result, error)
- func (c *Client) Increment(ctx context.Context, i *hrpc.Mutate) (int64, error)
- func (c *Client) Put(ctx context.Context, p *hrpc.Mutate) (*hrpc.Result, error)
- func (c *Client) Scan(ctx context.Context, s *hrpc.Scan) ([]*hrpc.Result, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.