Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LikeSelect ¶
type LikeSelect struct {
Username string `json:"username"`
}
type Repository ¶
func (*Repository) GetTracks ¶
func (repo *Repository) GetTracks(track string, artist string) ([]LikeSelect, *string, error)
func (*Repository) SetLike ¶
func (repo *Repository) SetLike(name, artist, username string) error
type TrackSelect ¶
Click to show internal directories.
Click to hide internal directories.