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