Discover books, shows, and movies at your level. Track your progress by filling your Shelf with what you find, and share with other language learners. *No dusting required. shlf.space
at master 7 lines 113 B view raw
1package header 2 3import "shlf.space/internal/server/oauth" 4 5type HeaderParams struct { 6 User *oauth.AccountUser 7}