Versions in this module Expand all Collapse all v1 v1.0.0 Aug 26, 2024 Changes in this version + type UserService struct + func NewUserService(pool *pgxpool.Pool) (*UserService, error) + func (u *UserService) DoesUserEmailExist(email string) (bool, error)