Documentation
¶
Index ¶
- Variables
- type Client
- func (c *Client) AccountSettings(ctx context.Context) (*ent.AccountSettings, error)
- func (c *Client) AccountStatus(ctx context.Context) (*ent.AccountStatus, error)
- func (c *Client) DownloadTrack(ctx context.Context, t *ent.Track) error
- func (c *Client) Liked(ctx context.Context, userId uint32, objType ObjType) (interface{}, error)
- func (c *Client) LosslessInfo(ctx context.Context, trackId string) (*ent.TrackLosslessInfo, error)
- func (c *Client) PlaylistTracks(ctx context.Context, userId uint32, playlistKind string) ([]ent.TrackShort, error)
- func (c *Client) Playlists(ctx context.Context, userId uint32) ([]ent.Playlist, error)
- func (c *Client) PutAccountSettings(ctx context.Context, key string, value interface{}) (*ent.AccountSettings, error)
- func (c *Client) PutAccountSettingsMulti(ctx context.Context, data map[string]interface{}) (*ent.AccountSettings, error)
- func (c *Client) PutLikes(ctx context.Context, userId uint32, objType ObjType, ids []int) error
- func (c *Client) Settings(ctx context.Context) (*ent.Settings, error)
- type ObjType
Constants ¶
This section is empty.
Variables ¶
View Source
var AndroidKey = []byte("p93jhgh689SBReK6ghtw62")
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) AccountSettings ¶
func (*Client) AccountStatus ¶
func (*Client) DownloadTrack ¶
func (*Client) LosslessInfo ¶
func (*Client) PlaylistTracks ¶
func (*Client) PutAccountSettings ¶
func (*Client) PutAccountSettingsMulti ¶
Click to show internal directories.
Click to hide internal directories.