Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoSimplicity/LinkMe
/ functions
Functions
1,482 in github.com/GoSimplicity/LinkMe
⨍
Functions
1,482
◇
Types & classes
383
Method
CreateComment
CreateComment 创建评论
internal/repository/comment.go:39
Method
CreateComment
(ctx context.Context, comment Comment)
internal/repository/dao/comment.go:40
Method
CreateComment
CreateComment 创建评论
internal/repository/dao/comment.go:59
Method
CreateComment
CreateComment 创建评论处理器方法
internal/api/comment.go:36
Method
CreateCommentIndex
(ctx context.Context, properties ...interface{})
internal/repository/dao/search.go:34
Method
CreateLogsIndex
(ctx context.Context)
internal/repository/dao/search.go:36
Method
CreateLotteryDraw
CreateLotteryDraw 创建新的抽奖活动
internal/service/lotteryDraw.go:456
Method
CreateLotteryDraw
CreateLotteryDraw 创建一个新的抽奖活动
internal/repository/lotteryDraw.go:62
Method
CreateLotteryDraw
(ctx context.Context, model LotteryDraw)
internal/repository/dao/lotteryDraw.go:12
Method
CreateLotteryDraw
CreateLotteryDraw 创建一个新的抽奖活动
internal/repository/dao/lotteryDraw.go:82
Method
CreateLotteryDraw
CreateLotteryDraw 创建新的抽奖活动
internal/api/lotteryDraw.go:70
Method
CreateMenu
CreateMenu 创建新菜单
internal/service/menu.go:54
Method
CreateMenu
CreateMenu 创建新的菜单
internal/repository/menu.go:33
Method
CreateMenu
(ctx context.Context, menu *Menu)
internal/repository/dao/menu.go:34
Method
CreateMenu
CreateMenu 创建菜单
internal/repository/dao/menu.go:55
Method
CreateMenu
CreateMenu 创建菜单
internal/api/menu.go:59
Method
CreatePlate
(ctx context.Context, plate domain.Plate)
internal/service/plate.go:29
Method
CreatePlate
(ctx context.Context, plate domain.Plate)
internal/repository/plate.go:30
Method
CreatePlate
(ctx context.Context, plate domain.Plate)
internal/repository/dao/plate.go:12
Method
CreatePlate
(ctx context.Context, plate domain.Plate)
internal/repository/dao/plate.go:42
Method
CreatePlate
(ctx *gin.Context)
internal/api/plate.go:36
Method
CreateRole
CreateRole 创建新角色
internal/service/role.go:43
Method
CreateRole
CreateRole 创建角色
internal/repository/role.go:34
Method
CreateRole
(ctx context.Context, role *Role, menuIds []int, apiIds []int)
internal/repository/dao/role.go:31
Method
CreateRole
CreateRole 创建角色
internal/repository/dao/role.go:57
Method
CreateRole
CreateRole 创建角色
internal/api/role.go:67
Method
CreateSecondKillEvent
CreateSecondKillEvent 创建新的秒杀活动
internal/service/lotteryDraw.go:531
Method
CreateSecondKillEvent
CreateSecondKillEvent 创建一个新的秒杀活动
internal/repository/lotteryDraw.go:133
Method
CreateSecondKillEvent
(ctx context.Context, model SecondKillEvent)
internal/repository/dao/lotteryDraw.go:18
Method
CreateSecondKillEvent
CreateSecondKillEvent 创建一个新的秒杀活动
internal/repository/dao/lotteryDraw.go:175
Method
CreateSecondKillEvent
CreateSecondKillEvent 创建新的秒杀活动
internal/api/lotteryDraw.go:162
Method
CreateUser
CreateUser 创建用户
internal/repository/user.go:73
Method
CreateUser
CreateUser 创建用户
internal/repository/dao/user.go:82
Method
CreateUserIndex
(ctx context.Context, properties ...interface{})
internal/repository/dao/search.go:35
Method
DecrCollectCountRecord
收藏计数
internal/repository/cache/interactive.go:30
Method
DecrCollectCountRecord
DecrCollectCountRecord 取消收藏
internal/repository/cache/interactive.go:101
Method
DecrCollectionItem
DecrCollectionItem 减少收藏计数
internal/repository/interactive.go:71
Method
DecrLike
DecrLike 减少点赞计数
internal/repository/interactive.go:55
Method
DecrLikeCountRecord
点赞计数
internal/repository/cache/interactive.go:28
Method
DecrLikeCountRecord
DecrLikeCountRecord 取消点赞
internal/repository/cache/interactive.go:115
Method
Del
Del 删除帖子缓存
internal/repository/cache/post.go:178
Method
DelList
DelList 删除帖子列表缓存
internal/repository/cache/post.go:234
Method
DelPub
DelPub 删除已发布帖子缓存
internal/repository/cache/post.go:438
Method
DelPubList
DelPubList 删除已发布帖子列表缓存
internal/repository/cache/post.go:326
Method
Delete
Delete 从本地缓存和 Redis 中删除一个或多个键
pkg/cachep/local/local.go:91
Method
Delete
Delete 删除帖子
internal/service/post.go:194
Method
Delete
Delete 删除帖子
internal/repository/post.go:241
Method
Delete
Delete 删除帖子
internal/repository/dao/post.go:281
Method
DeleteAPI
DeleteAPI 删除API
internal/api/api.go:118
Method
DeleteAllHistory
DeleteAllHistory 删除所有历史记录
internal/service/history.go:53
Method
DeleteAllHistory
(ctx context.Context, uid int64)
internal/repository/history.go:52
Method
DeleteAllHistory
(ctx context.Context, uid int64)
internal/repository/cache/history.go:30
Method
DeleteAllHistory
(ctx context.Context, uid int64)
internal/repository/cache/history.go:156
Method
DeleteAllHistory
DeleteAllHistory 删除所有历史记录
internal/api/history.go:78
Method
DeleteApi
DeleteApi 删除指定ID的API
internal/service/api.go:63
Method
DeleteApi
DeleteApi 删除API
internal/repository/api.go:60
Method
DeleteApi
(ctx context.Context, id int)
internal/repository/dao/api.go:30
Method
DeleteApi
DeleteApi 软删除API记录
internal/repository/dao/api.go:98
Method
DeleteCollectionBiz
DeleteCollectionBiz 删除收藏信息
internal/repository/dao/interactive.go:236
Method
DeleteComment
DeleteComment 删除评论的实现
internal/service/comment.go:74
Method
DeleteComment
(ctx context.Context, commentId int64)
internal/repository/comment.go:23
Method
DeleteComment
DeleteComment 删除评论
internal/repository/comment.go:58
Method
DeleteComment
DeleteComment 删除评论处理器方法
internal/api/comment.go:90
Method
DeleteCommentById
DeleteCommentById 根据ID删除评论
internal/repository/dao/comment.go:92
Method
DeleteCommentIndex
(ctx context.Context, commentId uint)
internal/repository/search.go:101
Method
DeleteCommentIndex
DeleteCommentIndex 从 Elasticsearch 索引中删除指定评论
internal/repository/dao/search.go:486
Method
DeleteKeysWithPattern
(ctx context.Context, pattern string)
internal/repository/cache/check.go:19
Method
DeleteKeysWithPattern
(ctx context.Context, pattern string)
internal/repository/cache/check.go:78
Method
DeleteLikeInfo
DeleteLikeInfo 删除点赞信息
internal/repository/dao/interactive.go:149
Method
DeleteLotteryDraw
DeleteLotteryDraw 从缓存中删除指定ID的抽奖活动
internal/repository/cache/lotteryDraw.go:22
Method
DeleteLotteryDraw
DeleteLotteryDraw 从缓存中删除指定ID的抽奖活动
internal/repository/cache/lotteryDraw.go:115
Method
DeleteMenu
DeleteMenu 删除指定ID的菜单
internal/service/menu.go:84
Method
DeleteMenu
DeleteMenu 删除菜单
internal/repository/menu.go:52
Method
DeleteMenu
(ctx context.Context, id int)
internal/repository/dao/menu.go:37
Method
DeleteMenu
DeleteMenu 删除菜单
internal/repository/dao/menu.go:209
Method
DeleteMenu
DeleteMenu 删除菜单
internal/api/menu.go:120
Method
DeleteOneCache
(ctx context.Context, postId uint, uid int64)
internal/repository/cache/history.go:126
Method
DeleteOneHistory
DeleteOneHistory 删除一条历史记录
internal/service/history.go:44
Method
DeleteOneHistory
(ctx context.Context, postId uint, uid int64)
internal/repository/history.go:14
Method
DeleteOneHistory
DeleteOneHistory 删除一条历史记录
internal/repository/history.go:48
Method
DeleteOneHistory
DeleteOneHistory 删除一条历史记录
internal/api/history.go:57
Method
DeletePlate
(ctx context.Context, plateId int64, uid int64)
internal/service/plate.go:47
Method
DeletePlate
(ctx context.Context, plateId int64, uid int64)
internal/repository/plate.go:46
Method
DeletePlate
(ctx context.Context, plateId int64, uid int64)
internal/repository/dao/plate.go:15
Method
DeletePlate
(ctx context.Context, plateId int64, uid int64)
internal/repository/dao/plate.go:96
Method
DeletePlate
(ctx *gin.Context)
internal/api/plate.go:75
Method
DeletePost
DeletePost 删除帖子
internal/api/post.go:237
Method
DeletePostIndex
(ctx context.Context, postId uint)
internal/repository/search.go:98
Method
DeletePostIndex
DeletePostIndex 删除帖子索引
internal/repository/dao/search.go:481
Method
DeleteRole
DeleteRole 删除角色及其相关权限
internal/service/role.go:73
Method
DeleteRole
DeleteRole 删除角色
internal/repository/role.go:53
Method
DeleteRole
DeleteRole 删除角色
internal/repository/dao/role.go:211
Method
DeleteRole
DeleteRole 删除角色
internal/api/role.go:129
Method
DeleteSecondKillEvent
DeleteSecondKillEvent 从缓存中删除指定ID的秒杀活动
internal/repository/cache/lotteryDraw.go:31
Method
DeleteSecondKillEvent
DeleteSecondKillEvent 从缓存中删除指定ID的秒杀活动
internal/repository/cache/lotteryDraw.go:232
Method
DeleteUser
DeleteUser 删除用户
internal/service/user.go:147
Method
DeleteUser
DeleteUser mocks base method.
internal/service/mocks/user.mock.go:59
Method
DeleteUser
DeleteUser indicates an expected call of DeleteUser.
internal/service/mocks/user.mock.go:67
Method
DeleteUser
DeleteUser 删除用户
internal/repository/user.go:124
Method
DeleteUser
(ctx context.Context, username string, uid int64)
internal/repository/dao/user.go:31
← previous
next →
801–900 of 1,482, ranked by callers