Documentation ¶
Index ¶
- type Client
- func (c *Client) AddItem(ctx context.Context, listID string, itemName string) error
- func (c *Client) Listen(cb func(string)) error
- func (c *Client) Lists(ctx context.Context) (*pb.PBUserDataResponse, error)
- func (c *Client) RemoveItem(ctx context.Context, listID, itemID string) error
- func (c *Client) SetChecked(ctx context.Context, listID, itemID string, checked bool) error
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
}
func (*Client) Listen ¶
Note: This doesn't work yet, something wrong with the way I'm making the request. I've had two separate websocket client libraries fail on the handshake.
func (*Client) RemoveItem ¶
Click to show internal directories.
Click to hide internal directories.