MCPcopy Create free account

hub / github.com/Meng-Xin/take-out / types & classes

Types & classes74 in github.com/Meng-Xin/take-out

StructAliOss
config/config.go:91
StructAllConfig
AllConfig 整合Config
config/config.go:40
StructCategory
internal/model/category.go:9
StructCategory
internal/api/response/category.go:3
StructCategoryController
internal/api/controller/category_controller.go:13
StructCategoryDTO
internal/api/request/category.go:3
StructCategoryDao
internal/repository/dao/category_dao.go:14
StructCategoryImpl
internal/service/category_service.go:23
StructCategoryPageQueryDTO
internal/api/request/category.go:10
StructCategoryRouter
internal/router/admin/category.go:12
StructCommonController
internal/api/controller/common_controller.go:11
StructCommonRouter
internal/router/admin/common.go:9
StructCustomPayload
CustomPayload 自定义载荷继承原有接口并附带自己的字段
common/utils/jwt.go:10
StructDataSource
config/config.go:55
StructDish
internal/model/dish.go:9
StructDishController
internal/api/controller/dish_controller.go:12
StructDishDTO
internal/api/request/dish.go:7
StructDishDao
internal/repository/dao/dish_dao.go:15
StructDishFlavor
internal/model/dish_flavor.go:3
StructDishFlavorDao
internal/repository/dao/dish_flavor.go:12
StructDishListVo
internal/api/response/dish.go:33
StructDishPageQueryDTO
internal/api/request/dish.go:18
StructDishPageVo
internal/api/response/dish.go:8
StructDishRouter
internal/router/admin/dish.go:12
StructDishServiceImpl
internal/service/dish_service.go:30
StructDishUpdateDTO
internal/api/request/dish.go:26
StructDishVo
internal/api/response/dish.go:20
StructEmployee
internal/model/employee.go:9
StructEmployeeController
internal/api/controller/employee_controller.go:13
StructEmployeeDTO
internal/api/request/employee.go:14
StructEmployeeDao
internal/repository/dao/employee_dao.go:14
StructEmployeeEditPassword
internal/api/request/employee.go:8
StructEmployeeImpl
internal/service/employee_service.go:28
StructEmployeeLogin
internal/api/request/employee.go:3
StructEmployeeLogin
internal/api/response/employee.go:3
StructEmployeePageQueryDTO
internal/api/request/employee.go:23
StructEmployeeRouter
internal/router/admin/employee.go:12
StructError
Error 通用错误结构体
common/retcode/retcode.go:18
InterfaceErrorCodeGetter
ErrorCodeGetter 错误接口:用于提取错误码
common/retcode/retcode.go:13
InterfaceFloat
common/utils/generice.go:20
StructGormTransaction
GormTransaction 这里我们对Gorm进行封装Transaction
global/tx/gormTx.go:12
InterfaceICategoryService
internal/service/category_service.go:14
InterfaceIDishService
internal/service/dish_service.go:20
InterfaceIEmployeeService
internal/service/employee_service.go:17
InterfaceILog
logger/log.go:10
InterfaceISetMealService
internal/service/setmeal_service.go:20
InterfaceInteger
common/utils/generice.go:8
StructJwt
config/config.go:80
StructJwtOption
config/config.go:85
StructLLogger
logger/log.go:18
StructLog
config/config.go:75
StructLogEmailHook
logger/log.go:22
StructMySLog
logger/slog.go:10
InterfaceOrdered
Ordered 代表所有可比大小排序的类型
common/utils/generice.go:4
StructPageResult
common/result.go:14
StructRedis
config/config.go:68
StructResult
common/result.go:8
StructRouterGroup
internal/router/router.go:5
StructServer
config/config.go:50
StructSetMeal
internal/model/setmeal.go:9
StructSetMealController
internal/api/controller/setmeal_controller.go:12
StructSetMealDTO
internal/api/request/setmeal.go:5
StructSetMealDao
internal/repository/dao/setmeal_dao.go:15
StructSetMealDish
internal/model/setmeal_dish.go:3
StructSetMealDishDao
internal/repository/dao/setmeal_dish_dao.go:12
StructSetMealPageQueryDTO
internal/api/request/setmeal.go:16
StructSetMealPageQueryVo
internal/api/response/setmeal.go:8
StructSetMealRouter
internal/router/admin/setmeal.go:12
StructSetMealServiceImpl
internal/service/setmeal_service.go:28
StructSetMealWithDishByIdVo
internal/api/response/setmeal.go:23
InterfaceSigned
common/utils/generice.go:12
InterfaceTransaction
Transaction 定义事务管理器接口 因为不同数据库的事务管理方式不同,所以这里使用接口来定义事务管理器的功能 具体的实现可以由不同的数据库驱动来实现 例如,我们当前项目的Dao层为了引入事务破坏了 `依赖倒置` 原则,所以我们的目标是面向抽象
global/tx/transactionManager.go:7
InterfaceUnsigned
common/utils/generice.go:16
StructWechat
config/config.go:98