Versions in this module Expand all Collapse all v1 v1.4.2 Aug 25, 2024 v1.4.1 Aug 20, 2024 Changes in this version + type UserService struct + func (s *UserService) AddUser(user *entity.User) error + func (s *UserService) DeleteUser(id uint64) error + func (s *UserService) GetAll() ([]entity.User, error) + func (s *UserService) GetUser(id uint64) (*entity.User, error)