Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserService ¶
type UserService struct {
// contains filtered or unexported fields
}
func NewUserService ¶
func NewUserService(repo *repos.UserRepo) *UserService
func (*UserService) GetUserByID ¶
func (s *UserService) GetUserByID(id string) (*models.UserApp, error)
func (*UserService) HasUser ¶ added in v0.0.3
func (s *UserService) HasUser() (bool, error)
func (*UserService) Register ¶
func (s *UserService) Register(form forms.RegisterForm) (string, error)
Click to show internal directories.
Click to hide internal directories.