package admin // Session ... type Session struct { User token string } // User ... type User struct { }