about summary refs log tree commit diff
path: root/tools/mpd-stats/internal/scrobbler/record.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ref(tools/mpd-stats): delete the projectFranck Cuny2022-10-241-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.
* record: add some basic testingFranck Cuny2022-06-111-0/+6
|
* scrobbler: add timestamp to the recordFranck Cuny2022-06-111-9/+11
| | | | When we create a new record, let's capture when this was created.
* scrobbler: initial log record typeFranck Cuny2022-06-111-0/+34
Define the type for a log record and add an helper function to create a new record.