Versions in this module Expand all Collapse all v1 v1.1.3 May 24, 2021 v1.1.2 May 21, 2021 Changes in this version + type LikeSelect struct + Username string + type Repository struct + Conn *sql.DB + func (repo *Repository) GetTracks(track string, artist string) ([]LikeSelect, error) + func (repo *Repository) SetLike(name, artist, username string) error + type TrackSelect struct + Artist string + Name string + Username string