package repository type userService struct{} func UserService() *userService { return &userService{} }