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
GenerateCaptcha
(context.Context, *GenerateCaptchaRequest)
micro/rpc/captcha/captchaRPC/captcha_grpc.pb.go:64
Method
GenerateCaptcha
(context.Context, *GenerateCaptchaRequest)
micro/rpc/captcha/captchaRPC/captcha_grpc.pb.go:73
Method
GenerateCaptcha
(ctx context.Context, in *GenerateCaptchaRequest, opts ...grpc.CallOption)
micro/rpc/captcha/captcha/captcha_grpc.pb.go:42
Method
GenerateCaptcha
(context.Context, *GenerateCaptchaRequest)
micro/rpc/captcha/captcha/captcha_grpc.pb.go:64
Method
GenerateCaptcha
(context.Context, *GenerateCaptchaRequest)
micro/rpc/captcha/captcha/captcha_grpc.pb.go:73
Method
GenerateCaptcha
(ctx context.Context, in *GenerateCaptchaRequest, opts ...grpc.CallOption)
micro/rpc/captcha/captchaservice/captchaservice.go:22
Method
GenerateCaptcha
(ctx context.Context, in *GenerateCaptchaRequest, opts ...grpc.CallOption)
micro/rpc/captcha/captchaservice/captchaservice.go:37
Function
GenerateCaptchaImage
(text string)
micro/shared/image/image.go:154
Method
GetAccount
()
micro/rpc/user/userRPC/user.pb.go:77
Method
GetAccount
()
micro/rpc/user/userRPC/user.pb.go:363
Method
GetAccount
()
micro/rpc/user/userRPC/user.pb.go:426
Method
GetAccount
()
micro/rpc/user/userRPC/user.pb.go:544
Method
GetAllInterface
GetAllInterface 获取接口(所有页面) @Summary 获取接口(所有页面) @Description 获取接口(所有页面) @Tags 接口管理 @Accept json @Produce json @Router /interface [get]
server/controllers/modules/interface/interface.go:129
Method
GetAllInterface
()
server/services/modules/interface/interface.go:43
Method
GetAllInterface
()
server/repositories/modules/interface/interfacce.go:38
Method
GetAvatar
()
micro/rpc/user/userRPC/user.pb.go:98
Method
GetAvatar
()
micro/rpc/user/userRPC/user.pb.go:248
Method
GetAvatar
()
micro/rpc/user/userRPC/user.pb.go:447
Method
GetAvatar
()
micro/rpc/user/userRPC/user.pb.go:558
Method
GetCaptchaCode
()
micro/rpc/captcha/captchaRPC/captcha.pb.go:111
Method
GetCaptchaCode
()
micro/rpc/captcha/captchaRPC/captcha.pb.go:173
Method
GetCaptchaCode
()
micro/rpc/captcha/captcha/captcha.pb.go:111
Method
GetCommits
GetCommits 获取Git提交记录 @Summary 获取Git提交记录 @Description 获取Git提交记录 @Tags 日志管理 @Accept json @Produce json @Success 200 {string} json "{"code":200,"data":{}
server/controllers/modules/commits/commits.go:21
Method
GetCommits
()
server/repositories/modules/commits/commits.go:12
Method
GetCommitsCount
GetCommitsCount 获取Git提交次数 @Summary 获取Git提交次数 @Description 获取Git提交次数 @Tags 日志管理 @Accept json @Produce json @Success 200 {string} json "{"code":200,"dat
server/controllers/modules/commits/commits.go:39
Method
GetCommitsCount
()
server/repositories/modules/commits/commits.go:32
Method
GetCreateTime
()
micro/rpc/user/userRPC/user.pb.go:475
Method
GetDepartment
()
micro/rpc/user/userRPC/user.pb.go:112
Method
GetDepartment
()
micro/rpc/user/userRPC/user.pb.go:262
Method
GetDepartment
()
micro/rpc/user/userRPC/user.pb.go:461
Method
GetDepartment
()
micro/rpc/user/userRPC/user.pb.go:572
Method
GetDepartments
GetDepartments 获取部门 @Summary 获取部门 @Description 获取部门 @Tags 部门管理 @Accept json @Produce json @Success 200 {string} json "{"code":200,"data":{},"msg":"ok"
server/controllers/modules/department/department.go:67
Method
GetDepartments
()
server/services/modules/department/department.go:25
Method
GetDepartments
()
server/repositories/modules/department/department.go:31
Method
GetExpiresAt
()
micro/rpc/captcha/captchaRPC/captcha.pb.go:118
Method
GetExpiresAt
()
micro/rpc/captcha/captcha/captcha.pb.go:118
Method
GetFile
GetFile 获取文件 @Summary 获取文件 @Description 获取文件 @Tags 文件管理 @Accept json @Produce json @Success 200 {string} json "{"code":200,"data":{},"msg":"ok"}" @Rou
server/controllers/modules/upload/upload.go:116
Method
GetId
()
micro/rpc/user/userRPC/user.pb.go:70
Method
GetId
()
micro/rpc/user/userRPC/user.pb.go:227
Method
GetId
()
micro/rpc/user/userRPC/user.pb.go:316
Method
GetId
()
micro/rpc/user/userRPC/user.pb.go:419
Method
GetId
()
micro/rpc/user/userRPC/user.pb.go:537
Method
GetId
()
micro/rpc/user/userRPC/user.pb.go:695
Method
GetInterfaceByPageID
GetInterfaceByPageID 获取接口(根据页面ID) @Summary 获取接口(根据页面ID) @Description 获取接口(根据页面ID) @Tags 接口管理 @Accept json @Produce json @Router /interface/page/{id} [
server/controllers/modules/interface/interface.go:70
Method
GetInterfaceByPageID
(id string)
server/services/modules/interface/interface.go:17
Method
GetInterfaceByPageID
(id string)
server/repositories/modules/interface/interfacce.go:23
Method
GetInterfacesByRoleID
GetInterfacesByRoleID 获取接口(根据角色ID) @Summary 获取接口(根据角色ID) @Description 获取接口(根据角色ID) @Tags 接口管理 @Accept json @Produce json @Router /interface/role/{id}
server/controllers/modules/interface/interface.go:108
Method
GetInterfacesByRoleID
GetInterfacesByRoleID 根据角色ID获取接口
server/services/modules/rolesAndInterfaces/rolesAndInterfaces.go:13
Method
GetIsAdmin
()
micro/rpc/user/userRPC/user.pb.go:119
Method
GetIsAdmin
()
micro/rpc/user/userRPC/user.pb.go:269
Method
GetIsAdmin
()
micro/rpc/user/userRPC/user.pb.go:468
Method
GetIsAdmin
()
micro/rpc/user/userRPC/user.pb.go:579
Method
GetLogRecords
GetLogRecords 获取系统日志 @Summary 获取系统日志 @Description 获取系统日志 @Tags 日志管理 @Accept json @Produce json @Router /log/system [get]
server/controllers/modules/logs/logs.go:21
Method
GetLogRecords
(params *dto.Page)
server/services/modules/logs/logs.go:12
Method
GetLogRecords
(params *dto.Page)
server/repositories/modules/logs/logs.go:18
Method
GetMsg
()
micro/rpc/user/userRPC/user.pb.go:174
Method
GetNickname
()
micro/rpc/user/userRPC/user.pb.go:91
Method
GetNickname
()
micro/rpc/user/userRPC/user.pb.go:241
Method
GetNickname
()
micro/rpc/user/userRPC/user.pb.go:440
Method
GetNickname
()
micro/rpc/user/userRPC/user.pb.go:551
Method
GetOk
()
micro/rpc/user/userRPC/user.pb.go:167
Method
GetPage
()
micro/rpc/user/userRPC/user.pb.go:586
Method
GetPageSize
()
micro/rpc/user/userRPC/user.pb.go:593
Method
GetPages
GetPages 获取菜单 @Summary 获取菜单 @Description 获取菜单 @Tags 菜单管理 @Accept json @Produce json @Router /pages [get]
server/controllers/modules/pages/pages.go:69
Method
GetPages
()
server/services/modules/pages/pages.go:24
Method
GetPages
()
server/repositories/modules/pages/pages.go:98
Method
GetPagesByRoleID
GetPagesByRoleID 根据角色 ID 获取菜单 @Summary 获取角色菜单 @Description 获取角色菜单 @Tags 获取角色菜单 @Accept json @Produce json @Success 200 {string} json "{"code":200,"dat
server/controllers/modules/pages/pages.go:134
Method
GetPagesByRoleID
(id string)
server/services/modules/pages/pages.go:61
Method
GetPassword
()
micro/rpc/user/userRPC/user.pb.go:84
Method
GetPassword
()
micro/rpc/user/userRPC/user.pb.go:234
Method
GetPassword
()
micro/rpc/user/userRPC/user.pb.go:433
Method
GetRoles
GetRoles 获取角色 @Summary 获取角色 @Schemes @Description 获取角色 @Tags 角色管理 @Accept json @Produce json @Success 200 {string} json "{"code":200,"data":{},"msg":"
server/controllers/modules/role/role.go:100
Method
GetRoles
(params *dto.QueryRolesParams)
server/services/modules/usersAndRoles/usersAndRoles.go:22
Method
GetRoles
(params *dto.QueryRolesParams)
server/services/modules/roles/roles.go:52
Method
GetRoles
(params *dto.QueryRolesParams)
server/repositories/modules/roles/roles.go:71
Method
GetSessionId
()
micro/rpc/captcha/captchaRPC/captcha.pb.go:63
Method
GetSessionId
()
micro/rpc/captcha/captchaRPC/captcha.pb.go:166
Method
GetSessionId
()
micro/rpc/captcha/captcha/captcha.pb.go:63
Method
GetStatus
()
micro/rpc/user/userRPC/user.pb.go:105
Method
GetStatus
()
micro/rpc/user/userRPC/user.pb.go:255
Method
GetStatus
()
micro/rpc/user/userRPC/user.pb.go:454
Method
GetStatus
()
micro/rpc/user/userRPC/user.pb.go:565
Method
GetSystemInfo
GetSystemInfo 获取系统运行信息 @Summary 获取系统运行信息 @Description 获取系统运行信息 @Tags 系统管理 @Accept json @Produce json @Router /system [get]
server/controllers/modules/system/system.go:67
Method
GetTableNameListRepo
(context *gin.Context)
server/template/server/controller/controller.go:26
Method
GetTableNameListRepo
(params *TableNameDto.TableNameFindRequestDTO)
server/template/server/repository/repository.go:14
Method
GetTableNameListRepo
(params *TableNameDto.TableNameFindRequestDTO)
server/template/server/repository/repository.go:22
Method
GetTableNameListService
(params *TableNameDto.TableNameFindRequestDTO)
server/template/server/service/service.go:24
Method
GetTimeTask
GetTimeTask 获取定时任务 @Summary 获取定时任务 @Description 获取定时任务 @Tags 定时任务 @Accept json @Produce json @Success 200 {string} json "{"code":200,"data":{},"msg":"
server/controllers/modules/timeTask/timeTask.go:22
Method
GetTimeTask
()
server/services/modules/timeTask/timeTask.go:87
Method
GetTotal
()
micro/rpc/user/userRPC/user.pb.go:641
Method
GetUpdateTime
()
micro/rpc/user/userRPC/user.pb.go:482
Method
GetUser
GetUser 获取用户 @Summary 根据ID获取用户信息 @Schemes @Description 根据ID获取用户信息 @Tags 用户管理 @Accept json @Produce json @Success 200 {string} json "{"code":200,"data"
server/controllers/modules/users/users.go:46
Method
GetUser
(id string)
server/services/modules/users/users.go:16
Method
GetUser
(ctx context.Context, in *GetUserRequest, opts ...grpc.CallOption)
micro/rpc/user/userservice/userservice.go:57
Method
GetUser
(ctx context.Context, in *userRPC.GetUserRequest)
micro/rpc/user/internal/server/userserviceserver.go:35
Method
GetUser
(ctx context.Context, in *GetUserRequest, opts ...grpc.CallOption)
micro/rpc/user/userRPC/user_grpc.pb.go:70
Method
GetUser
(context.Context, *GetUserRequest)
micro/rpc/user/userRPC/user_grpc.pb.go:121
Method
GetUser
(context.Context, *GetUserRequest)
micro/rpc/user/userRPC/user_grpc.pb.go:139
Method
GetUserByRoleID
GetUserByRoleID 查询用户(查询某个角色下的所有用户) @Summary 查询用户(查询某个角色下的所有用户) @Description 查询用户(查询某个角色下的所有用户) @Tags 用户管理 @Accept json @Produce json @Param id path in
server/controllers/modules/users/users.go:187
Method
GetUserByRoleID
(roleID string, params dto.Page)
server/services/modules/users/users.go:96
← previous
next →
401–500 of 789, ranked by callers