package constants type key int const ( SessionIsAuthorized key = iota SessionID SessionUserID SessionUserUUID SessionUserEmail SessionUserName SessionUserRole SessionTenantID )