Versions in this module Expand all Collapse all v1 v1.0.2 Oct 6, 2020 v1.0.1 Oct 6, 2020 Changes in this version + func NewAuthService(db *gorm.DB) auth.Repository + type AuthService struct + func (a AuthService) Login(email string) (models.User, error) + func (a AuthService) Register(dto auth.RegisterDto) (models.User, error) v1.0.0 Mar 4, 2020