aboutsummaryrefslogtreecommitdiff
path: root/internal/scrobbler/record.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-10-10record: add some basic testingFranck Cuny1-0/+6
2021-10-10scrobbler: add timestamp to the recordFranck Cuny1-9/+11
When we create a new record, let's capture when this was created.
2021-10-09scrobbler: initial log record typeFranck Cuny1-0/+34
Define the type for a log record and add an helper function to create a new record.