package models const ( AuthCookieName = "hugocrm_auth" ) type AuthCookie struct { UserID int64 `json:"uid"` }