Versions in this module Expand all Collapse all v1 v1.5.0 Jun 24, 2025 v1.4.0 Jun 23, 2025 Changes in this version + type User struct + Age int + Email string + ID string + Username string + type UserAPI struct + func NewUserAPI() *UserAPI + func (a *UserAPI) HandleGetUser(id string) (int, string) + type UserCategoryService struct + func NewUserCategoryService() *UserCategoryService + func (s *UserCategoryService) GetUser(id string) (string, error) + type UserRepository struct + func (r *UserRepository) GetUserByID(id string) (string, error) + type UserService struct + func (s *UserService) CreateUser(user *User) error + func (s *UserService) ValidateUser(user *User) error