Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xdpfly/gin-app-start
/ types & classes
Types & classes
24 in github.com/0xdpfly/gin-app-start
⨍
Functions
97
◇
Types & classes
24
Struct
BaseModel
internal/model/base.go:9
Struct
BaseRepository
internal/repository/base_repository.go:9
Struct
BusinessError
pkg/errors/errors.go:5
Struct
Config
internal/config/config.go:10
Struct
CreateUserRequest
CreateUserRequest represents the request to create a new user
internal/dto/user_dto.go:4
Struct
DatabaseConfig
internal/config/config.go:26
Struct
HealthController
internal/controller/health_controller.go:9
Struct
LogConfig
internal/config/config.go:49
Struct
PageRequest
internal/model/base.go:16
Struct
PageResponse
PageResponse represents a paginated response
pkg/response/response.go:26
Struct
PostgresConfig
pkg/database/postgres.go:12
Struct
RedisConfig
pkg/database/redis.go:11
Struct
RedisConfig
internal/config/config.go:40
Struct
Response
Response is the standard API response structure
pkg/response/response.go:10
Struct
ServerConfig
internal/config/config.go:18
Struct
SessionConfig
internal/config/config.go:56
Struct
UpdateUserRequest
UpdateUserRequest represents the request to update user information
internal/dto/user_dto.go:12
Struct
User
User represents a user in the system
internal/model/user.go:10
Struct
UserController
internal/controller/user_controller.go:15
Interface
UserRepository
internal/repository/user_repository.go:10
Interface
UserService
internal/service/user_service.go:18
Struct
rateLimiter
internal/middleware/rate_limit.go:11
Struct
userRepository
internal/repository/user_repository.go:21
Struct
userService
internal/service/user_service.go:27