1
0
dwelling-radio/internal/radio
2024-05-09 20:30:17 +04:00
..
listener_counter.go In ListenerCounter struct int -> int64. 2024-05-09 20:18:06 +04:00
mostlistened.go Let's actually hide RWMutex's methods to clean a namespace. 2023-10-09 00:21:44 +04:00
playlist.go Let's actually hide RWMutex's methods to clean a namespace. 2023-10-09 00:21:44 +04:00
song.go SongList struct was removed. A Song struct got UpdateMaxListeners() and IncListeners() methods. A mutex was Introduced for it. A Listeners field to store overall number of listeners during a song playing was introduced as well. A comment for the Song struct was removed. 2024-05-09 20:30:17 +04:00