package
0.0.0-20240907224255-7a2aee42f019
Repository: https://github.com/npushpakumara/go-backend-template.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

NewUserHandler creates a new Handler instance with the provided userService.
NewUserRepository creates a new instance of userRepositoryImpl with the provided database connection.
NewUserService creates a new instance of userServiceImpl with the provided Repository.
Router sets up the routes for the user-related API endpoints.

# Structs

Handler struct represents the HTTP handler for user-related operations.

# Interfaces

Repository defines the interface for user-related data operations.
Service defines the methods that our User Service should implement.