lyrics

lyrics
git clone git://brookjeynes.dev/bjeynes/lyrics.git
Log | Files | Refs

table.go (143B)


      1 package table
      2 
      3 type TableParams struct {
      4 	GetURL      string
      5 	PushURL     string
      6 	Headers     []string
      7 	CurrentPage int64
      8 	TotalPages  int64
      9 }