package models type UserGoogleInfo struct { Email string `json:"email"` Picture string `json:"picture"` }