song-search-table.go (200B)
1 package songsearchtable 2 3 import "lyrics/internal/domain" 4 5 type SongSearchTableParams struct { 6 Songs []domain.Song 7 TotalPages int64 8 CurrentPage int64 9 Query string 10 Limit int64 11 }
lyricslyrics | |
| git clone git://brookjeynes.dev/bjeynes/lyrics.git | |
| Log | Files | Refs |