aboutsummaryrefslogtreecommitdiff
path: root/tools/mpd-stats/internal/scrobbler/record.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-10-24ref(tools/mpd-stats): delete the projectFranck Cuny1-42/+0
It's been moved to its own repository at https://github.com/fcuny/mpd-stats Update the list of repositories managed by terraform.
2022-06-11record: add some basic testingFranck Cuny1-0/+6
2022-06-11scrobbler: add timestamp to the recordFranck Cuny1-9/+11
When we create a new record, let's capture when this was created.
2022-06-11scrobbler: initial log record typeFranck Cuny1-0/+34
Define the type for a log record and add an helper function to create a new record.