Documentation ¶ Index ¶ type Client func NewClient(log librespot.Logger, accesspoint *ap.Accesspoint) *Client func (c *Client) Close() func (c *Client) Request(ctx context.Context, method, uri string, fields map[string][]byte, ...) ([]byte, 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 NewClient ¶ func NewClient(log librespot.Logger, accesspoint *ap.Accesspoint) *Client func (*Client) Close ¶ func (c *Client) Close() func (*Client) Request ¶ func (c *Client) Request(ctx context.Context, method, uri string, fields map[string][]byte, payload []byte) ([]byte, error) Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.