package models type AllCookies struct { Username string Token string RefreshToken string DarkMode string } type ShowCookie struct { AllCookies }