Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Xi-Yuer/GO-CMS
/ functions
Functions
789 in github.com/Xi-Yuer/GO-CMS
⨍
Functions
789
◇
Types & classes
256
Method
CreateRecord
(params *dto.CreateRolePermissionRecordParams)
server/repositories/modules/rolesAndInterfaces/rolesAndInterfaces.go:13
Method
CreateRole
CreateRole 创建角色 @Summary 创建角色 @Schemes @Description 创建角色 @Tags 角色管理 @Accept json @Produce json @Success 200 {string} json "{"code":200,"data":{},"msg"
server/controllers/modules/role/role.go:24
Method
CreateRole
(role *dto.CreateRoleParams)
server/services/modules/roles/roles.go:14
Method
CreateRole
(role *dto.CreateRoleParams)
server/repositories/modules/roles/roles.go:16
Method
CreateTableNameRecordRepo
(context *gin.Context)
server/template/server/controller/controller.go:40
Method
CreateTableNameRecordRepo
(params *TableNameDto.TableNameCreateRequestDTO)
server/template/server/repository/repository.go:15
Method
CreateTableNameRecordRepo
(params *TableNameDto.TableNameCreateRequestDTO)
server/template/server/repository/repository.go:39
Method
CreateTableNameRecordService
(params *TableNameDto.TableNameCreateRequestDTO)
server/template/server/service/service.go:28
Method
CreateTemplate
CreateTemplate 创建模板 @Summary 创建模板 @Description 创建模板 @Tags 代码生成器 @Accept json @Produce json @Success 200 {string} json "{"code":200,"data":{},"msg":"ok
server/controllers/modules/template/template.go:22
Method
CreateTemplate
(params *dto.CreateTemplateRequestParams)
server/services/modules/template/template.go:17
Method
CreateUser
CreateUser 创建用户 @Summary 创建新用户 @Description 创建新用户并将其添加到系统中 @Tags 用户管理 @Accept json @Produce json @Router /users [post]
server/controllers/modules/users/users.go:22
Method
CreateUser
(user *dto.CreateSingleUserRequest)
server/services/modules/users/users.go:24
Method
CreateUser
(user *dto.CreateSingleUserRequest)
server/repositories/modules/users/users.go:94
Method
CreateUser
(ctx context.Context, in *CreateUserRequest, opts ...grpc.CallOption)
micro/rpc/user/userservice/userservice.go:47
Method
CreateUser
(ctx context.Context, in *userRPC.CreateUserRequest)
micro/rpc/user/internal/server/userserviceserver.go:25
Method
CreateUser
(ctx context.Context, in *CreateUserRequest, opts ...grpc.CallOption)
micro/rpc/user/userRPC/user_grpc.pb.go:52
Method
CreateUser
(context.Context, *CreateUserRequest)
micro/rpc/user/userRPC/user_grpc.pb.go:119
Method
CreateUser
(context.Context, *CreateUserRequest)
micro/rpc/user/userRPC/user_grpc.pb.go:133
Function
DarkSvg
()
web/src/components/Icon/dark.tsx:4
Function
Dashboard
()
web/src/pages/Dashboard/index.tsx:13
Method
DeleteAllFile
()
server/repositories/modules/upload/upload.go:89
Method
DeleteDepartment
DeleteDepartment 删除部门 @Summary 删除部门 @Description 删除部门 @Tags 部门管理 @Accept json @Produce json @Success 200 {string} json "{"code":200,"data":{},"msg":"o
server/controllers/modules/department/department.go:44
Method
DeleteDepartment
(id string)
server/services/modules/department/department.go:18
Method
DeleteDepartment
(id string)
server/repositories/modules/department/department.go:25
Method
DeleteFile
DeleteFile 删除文件 @Summary 删除文件 @Description 删除文件 @Tags 文件管理 @Accept json @Produce json @Success 200 {string} json "{"code":200,"data":{},"msg":"ok"}" @
server/controllers/modules/upload/upload.go:95
Method
DeleteFile
(id string)
server/services/modules/upload/upload.go:87
Method
DeleteInterface
DeleteInterface 删除接口 @Summary 删除接口 @Description 删除接口 @Tags 接口管理 @Accept json @Produce json @Router /interface/{id} [delete]
server/controllers/modules/interface/interface.go:87
Method
DeleteInterfaceByID
(id string)
server/repositories/modules/interface/interfacce.go:100
Method
DeleteLogRecords
()
server/repositories/modules/logs/logs.go:51
Method
DeleteOneRecord
DeleteOneRecord 解绑用户 @Summary 解绑用户 @Description 解绑用户 @Tags 角色管理 @Accept json @Produce json @Router /roles/deBindUser [post]
server/controllers/modules/role/role.go:178
Method
DeleteOneRecord
(params *dto.DeleteOneRecord)
server/services/modules/roles/roles.go:91
Method
DeleteOneRecord
(params *dto.DeleteOneRecord)
server/repositories/modules/usersAndRoles/usersAndRoles.go:112
Method
DeletePage
DeletePage 删除菜单 @Summary 删除菜单 @Description 删除菜单 @Tags 菜单管理 @Accept json @Produce json @Router /pages/{id} [delete]
server/controllers/modules/pages/pages.go:48
Method
DeletePage
(params string)
server/services/modules/pages/pages.go:20
Method
DeletePage
(pageID string)
server/repositories/modules/pages/pages.go:33
Method
DeleteRole
DeleteRole 删除角色 @Summary 删除角色 @Schemes @Description 删除角色 @Tags 角色管理 @Accept json @Produce json @Success 200 {string} json "{"code":200,"data":{},"msg"
server/controllers/modules/role/role.go:47
Method
DeleteRole
(id string)
server/services/modules/roles/roles.go:22
Method
DeleteRole
(id string)
server/repositories/modules/roles/roles.go:26
Method
DeleteRubbishPage
DeleteRubbishPage 删除用户使用过程中新增的页面
server/repositories/modules/pages/pages.go:145
Method
DeleteTableNameRecordRepo
(context *gin.Context)
server/template/server/controller/controller.go:72
Method
DeleteTableNameRecordRepo
(id string)
server/template/server/repository/repository.go:17
Method
DeleteTableNameRecordRepo
(id string)
server/template/server/repository/repository.go:55
Method
DeleteTableNameRecordService
(id string)
server/template/server/service/service.go:36
Method
DeleteUser
DeleteUser 删除用户 @Summary 删除用户 @Description 根据用户ID删除用户 @Tags 用户管理 @Accept json @Produce json @Param id path int true "用户ID" @Router /users/{id} [delete
server/controllers/modules/users/users.go:165
Method
DeleteUser
(id string)
server/services/modules/users/users.go:81
Method
DeleteUser
(id string)
server/repositories/modules/users/users.go:418
Method
DeleteUser
(ctx context.Context, in *DeleteUserRequest, opts ...grpc.CallOption)
micro/rpc/user/userservice/userservice.go:67
Method
DeleteUser
(ctx context.Context, in *userRPC.DeleteUserRequest)
micro/rpc/user/internal/server/userserviceserver.go:45
Method
DeleteUser
(ctx context.Context, in *DeleteUserRequest, opts ...grpc.CallOption)
micro/rpc/user/userRPC/user_grpc.pb.go:88
Method
DeleteUser
(context.Context, *DeleteUserRequest)
micro/rpc/user/userRPC/user_grpc.pb.go:123
Method
DeleteUser
(context.Context, *DeleteUserRequest)
micro/rpc/user/userRPC/user_grpc.pb.go:145
Method
Descriptor
Deprecated: Use CreateUserRequest.ProtoReflect.Descriptor instead.
micro/rpc/user/userRPC/user.pb.go:66
Method
Descriptor
Deprecated: Use CommonResponse.ProtoReflect.Descriptor instead.
micro/rpc/user/userRPC/user.pb.go:163
Method
Descriptor
Deprecated: Use UpdateUserRequest.ProtoReflect.Descriptor instead.
micro/rpc/user/userRPC/user.pb.go:223
Method
Descriptor
Deprecated: Use GetUserRequest.ProtoReflect.Descriptor instead.
micro/rpc/user/userRPC/user.pb.go:312
Method
Descriptor
Deprecated: Use UserAccountHasBeenExistRequest.ProtoReflect.Descriptor instead.
micro/rpc/user/userRPC/user.pb.go:359
Method
Descriptor
Deprecated: Use GetUserResponse.ProtoReflect.Descriptor instead.
micro/rpc/user/userRPC/user.pb.go:415
Method
Descriptor
Deprecated: Use GetUserListRequest.ProtoReflect.Descriptor instead.
micro/rpc/user/userRPC/user.pb.go:533
Method
Descriptor
Deprecated: Use GetUserListResponse.ProtoReflect.Descriptor instead.
micro/rpc/user/userRPC/user.pb.go:637
Method
Descriptor
Deprecated: Use DeleteUserRequest.ProtoReflect.Descriptor instead.
micro/rpc/user/userRPC/user.pb.go:691
Method
Descriptor
Deprecated: Use GenerateCaptchaRequest.ProtoReflect.Descriptor instead.
micro/rpc/captcha/captchaRPC/captcha.pb.go:59
Method
Descriptor
Deprecated: Use GenerateCaptchaResponse.ProtoReflect.Descriptor instead.
micro/rpc/captcha/captchaRPC/captcha.pb.go:107
Method
Descriptor
Deprecated: Use VerifyCaptchaRequest.ProtoReflect.Descriptor instead.
micro/rpc/captcha/captchaRPC/captcha.pb.go:162
Method
Descriptor
Deprecated: Use VerifyCaptchaResponse.ProtoReflect.Descriptor instead.
micro/rpc/captcha/captchaRPC/captcha.pb.go:216
Method
Descriptor
Deprecated: Use GenerateCaptchaRequest.ProtoReflect.Descriptor instead.
micro/rpc/captcha/captcha/captcha.pb.go:59
Method
Descriptor
Deprecated: Use GenerateCaptchaResponse.ProtoReflect.Descriptor instead.
micro/rpc/captcha/captcha/captcha.pb.go:107
Method
Descriptor
Deprecated: Use VerifyCaptchaRequest.ProtoReflect.Descriptor instead.
micro/rpc/captcha/captcha/captcha.pb.go:162
Method
Descriptor
Deprecated: Use VerifyCaptchaResponse.ProtoReflect.Descriptor instead.
micro/rpc/captcha/captcha/captcha.pb.go:216
Method
DownloadFile
DownloadFile 文件下载 @Summary 文件下载 @Description 文件下载 @Tags 文件管理 @Accept json @Produce json @Success 200 {string} json "{"code":200,"data":{},"msg":"ok"}"
server/controllers/modules/upload/upload.go:139
Method
DownloadFile
(id string)
server/services/modules/upload/upload.go:104
Method
DownloadTemplateZip
DownloadTemplateZip 下载模板 @Summary 下载模板 @Description 下载模板 @Tags 代码生成器 @Accept json @Produce json @Success 200 {string} json "{"code":200,"data":{},"msg
server/controllers/modules/template/template.go:44
Method
DownloadTemplateZip
(params *dto.DownloadTemplateRequestParams)
server/services/modules/template/template.go:100
Function
ExportExcel
(context *gin.Context, data [][]interface{}, fileName string)
server/utils/modules/exportExcel/exportExcel.go:8
Method
ExportExcel
ExportExcel 导出用户 @Summary 导出用户 @Description 导出用户 @Tags 用户管理 @Accept json @Produce json @Param id path int true "用户ID" @Router /users/export [post]
server/controllers/modules/users/users.go:219
Method
ExportExcel
ExportExcel 导出角色 @Summary 导出角色 @Description 导出角色 @Tags 角色管理 @Accept json @Produce json @Param id path int true "角色ID" @Router /roles/export [post]
server/controllers/modules/role/role.go:127
Method
ExportExcel
(IDs *dto.ExportExcelResponse)
server/services/modules/users/users.go:103
Method
ExportExcel
(params *dto.ExportExcelResponse)
server/services/modules/roles/roles.go:83
Method
ExportExcel
(params *dto.ExportExcelResponse)
server/repositories/modules/users/users.go:579
Method
ExportExcel
(params *dto.ExportExcelResponse)
server/repositories/modules/roles/roles.go:223
Function
File
()
web/src/pages/File/Upload/index.tsx:12
Method
FileExist
(context *gin.Context, v any)
server/utils/modules/response/response.go:27
Method
FindChildPagesByParentID
(parentID string)
server/repositories/modules/pages/pages.go:56
Method
FindRoleById
(id string)
server/repositories/modules/roles/roles.go:174
Method
FindUserByAccount
(account string)
server/repositories/modules/users/users.go:383
Method
FindUserById
(id string)
server/repositories/modules/users/users.go:406
Method
FindUserByParams
(params *dto.QueryUsersParams)
server/repositories/modules/users/users.go:134
Method
FindUserByParamsAndOutRoleID
FindUserByParamsAndOutRoleID 查询角色以外的用户 @Summary 查询角色以外的用户 @Description 查询角色以外的用户 @Tags 用户管理 @Accept json @Produce json @Body @Router /users/query/role
server/controllers/modules/users/users.go:95
Method
FindUserByParamsAndOutRoleID
(id string, params *dto.QueryUsersParams)
server/services/modules/users/users.go:58
Method
FindUserByParamsAndOutRoleID
(roleId string, params *dto.QueryUsersParams)
server/repositories/modules/users/users.go:250
Method
FindUserRolesHasDetail
(userID string)
server/repositories/modules/usersAndRoles/usersAndRoles.go:50
Method
FinishUpload
FinishUpload 完成上传 @Summary 完成上传 @Description 完成上传 @Tags 文件管理 @Accept json @Produce json @Success 200 {string} json "{"code":200,"data":{},"msg":"ok"}"
server/controllers/modules/upload/upload.go:71
Method
FinishUpload
(account string, params *dto.UploadFinishRequest)
server/services/modules/upload/upload.go:80
Function
Footer
()
web/src/components/Footer/index.tsx:3
Function
FormatCommits
FormatCommits 格式化提交记录为指定的结构
server/utils/modules/buildTree/buildTree.go:89
Function
GenID
GenID 生成 64 位的 雪花 ID
server/utils/modules/snowflake/snowflake.go:39
Function
GenID
GenID 生成 64 位的 雪花 ID
micro/shared/snowflake/snowflake.go:36
Method
GenerateCaptcha
(context *gin.Context, length ...int)
server/utils/modules/captcha/captcha.go:14
Method
GenerateCaptcha
(ctx context.Context, in *captcha.GenerateCaptchaRequest)
micro/rpc/captcha/internal/server/captchaserviceserver.go:25
Method
GenerateCaptcha
(ctx context.Context, in *GenerateCaptchaRequest, opts ...grpc.CallOption)
micro/rpc/captcha/captchaRPC/captcha_grpc.pb.go:30
Method
GenerateCaptcha
(ctx context.Context, in *GenerateCaptchaRequest, opts ...grpc.CallOption)
micro/rpc/captcha/captchaRPC/captcha_grpc.pb.go:42
← previous
next →
301–400 of 789, ranked by callers