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
↓ 1 callers
Method
ListActiveLotteryDraws
(ctx context.Context, currentTime int64)
internal/repository/lotteryDraw.go:34
↓ 1 callers
Method
ListActiveLotteryDraws
(ctx context.Context, currentTime int64)
internal/repository/dao/lotteryDraw.go:30
↓ 1 callers
Method
ListActiveSecondKillEvents
(ctx context.Context, currentTime int64)
internal/repository/lotteryDraw.go:35
↓ 1 callers
Method
ListActiveSecondKillEvents
(ctx context.Context, currentTime int64)
internal/repository/dao/lotteryDraw.go:31
↓ 1 callers
Method
ListAll
(ctx context.Context, pagination domain.Pagination)
internal/service/post.go:28
↓ 1 callers
Method
ListAll
(ctx context.Context, pagination domain.Pagination)
internal/repository/dao/post.go:29
↓ 1 callers
Method
ListAllPosts
(ctx context.Context, pagination domain.Pagination)
internal/repository/post.go:32
↓ 1 callers
Method
ListApis
(ctx context.Context, page, pageSize int)
internal/repository/api.go:16
↓ 1 callers
Method
ListChecks
(ctx context.Context, pagination domain.Pagination)
internal/service/check.go:20
↓ 1 callers
Method
ListFolloweeRelations
(ctx context.Context, followeeID int64, pagination domain.Pagination)
internal/repository/relation.go:15
↓ 1 callers
Method
ListFollowerRelations
(ctx context.Context, followerID int64, pagination domain.Pagination)
internal/repository/relation.go:14
↓ 1 callers
Method
ListLotteryDraws
抽奖活动相关方法
internal/repository/lotteryDraw.go:14
↓ 1 callers
Method
ListMenus
(ctx context.Context, page, pageSize int)
internal/repository/menu.go:16
↓ 1 callers
Method
ListMenus
(ctx context.Context, page, pageSize int)
internal/repository/dao/menu.go:38
↓ 1 callers
Method
ListPendingLotteryDraws
活动状态管理方法
internal/repository/lotteryDraw.go:30
↓ 1 callers
Method
ListPendingLotteryDraws
(ctx context.Context, currentTime int64)
internal/repository/dao/lotteryDraw.go:26
↓ 1 callers
Method
ListPendingSecondKillEvents
(ctx context.Context, currentTime int64)
internal/repository/lotteryDraw.go:32
↓ 1 callers
Method
ListPendingSecondKillEvents
(ctx context.Context, currentTime int64)
internal/repository/dao/lotteryDraw.go:28
↓ 1 callers
Method
ListPlate
(ctx context.Context, pagination domain.Pagination)
internal/repository/plate.go:13
↓ 1 callers
Method
ListPub
(ctx context.Context, pagination domain.Pagination)
internal/repository/dao/post.go:26
↓ 1 callers
Method
ListRoles
(ctx context.Context, page, pageSize int)
internal/repository/role.go:16
↓ 1 callers
Method
ListSecondKillEvents
秒杀活动相关方法
internal/repository/lotteryDraw.go:22
↓ 1 callers
Method
ListUser
(ctx context.Context, pagination domain.Pagination)
internal/repository/user.go:27
↓ 1 callers
Method
LoadFromFile
(filePath string)
utils/contentfilter/contentfilter.go:25
↓ 1 callers
Method
Log
Log 日志中间件
middleware/log.go:32
↓ 1 callers
Method
Login
(ctx context.Context, username string, password string)
internal/service/user.go:23
↓ 1 callers
Method
LoginBySMS
(ctx context.Context, number string, code string)
internal/service/user.go:24
↓ 1 callers
Method
MarkAsDeleted
MarkAsDeleted 标记用户为已删除
internal/domain/user.go:111
↓ 1 callers
Method
Name
Name 返回插件的名称
pkg/gormp/prometheus/prometheus.go:22
↓ 1 callers
Function
NewActivityDAO
(db *gorm.DB, l *zap.Logger)
internal/repository/dao/activity.go:27
↓ 1 callers
Function
NewActivityHandler
(svc service.ActivityService, ce *casbin.Enforcer)
internal/api/activity.go:18
↓ 1 callers
Function
NewActivityRepository
(dao dao.ActivityDAO)
internal/repository/activity.go:19
↓ 1 callers
Function
NewActivityService
(repo repository.ActivityRepository)
internal/service/activity.go:18
↓ 1 callers
Function
NewApiDAO
(db *gorm.DB, l *zap.Logger)
internal/repository/dao/api.go:39
↓ 1 callers
Function
NewApiHandler
(svc service.ApiService, l *zap.Logger)
internal/api/api.go:19
↓ 1 callers
Function
NewApiRepository
(l *zap.Logger, dao dao.ApiDAO)
internal/repository/api.go:24
↓ 1 callers
Function
NewApiService
(l *zap.Logger, repo repository.ApiRepository)
internal/service/api.go:25
↓ 1 callers
Function
NewCheckDAO
(db *gorm.DB, l *zap.Logger)
internal/repository/dao/check.go:40
↓ 1 callers
Function
NewCheckDeadLetterConsumer
( checkRepo repository.CheckRepository, client sarama.Client, l *zap.Logger, )
internal/domain/events/check/dlq_processor.go:21
↓ 1 callers
Function
NewCheckEventConsumer
( checkRepo repository.CheckRepository, client sarama.Client, dlqProd sarama.SyncProducer, l *zap.Logger,
internal/domain/events/check/consumer.go:33
↓ 1 callers
Function
NewCheckHandler
(svc service.CheckService)
internal/api/check.go:15
↓ 1 callers
Function
NewCheckRepository
(dao dao.CheckDAO, l *zap.Logger)
internal/repository/check.go:24
↓ 1 callers
Function
NewCheckService
(repo repository.CheckRepository, searchRepo repository.SearchRepository, l *zap.Logger, ActivityRepo reposito
internal/service/check.go:33
↓ 1 callers
Function
NewCommentCache
(cmd redis.Cmdable)
internal/repository/cache/comment.go:23
↓ 1 callers
Function
NewCommentDAO
NewCommentDAO 创建新的评论服务
internal/repository/dao/comment.go:51
↓ 1 callers
Function
NewCommentHandler
NewCommentHandler 创建新的评论处理器
internal/api/comment.go:19
↓ 1 callers
Function
NewCommentRepository
(dao dao.CommentDAO, cache cache.CommentCache)
internal/repository/comment.go:31
↓ 1 callers
Function
NewCommentService
(repo repository.CommentRepository, c check.Producer)
internal/service/comment.go:29
↓ 1 callers
Function
NewEmailCache
(client redis.Cmdable)
internal/repository/cache/email.go:19
↓ 1 callers
Function
NewEmailConsumer
(repo repository.EmailRepository, client sarama.Client, l *zap.Logger)
internal/domain/events/email/consumer.go:20
↓ 1 callers
Function
NewEmailRepository
NewEmailRepository 创建并返回一个新的 smsRepository 实例
internal/repository/email.go:25
↓ 1 callers
Function
NewEventConsumer
( repo repository.InteractiveRepository, hisRepo repository.HistoryRepository, client sarama.Client, dlqPr
internal/domain/events/post/consumer.go:30
↓ 1 callers
Function
NewFlushPost
(esConsumer *EsConsumer)
internal/domain/events/es/process_util.go:92
↓ 1 callers
Function
NewFlushUser
(esConsumer *EsConsumer)
internal/domain/events/es/process_util.go:42
↓ 1 callers
Function
NewHistoryCache
(logger *zap.Logger, client redis.Cmdable)
internal/repository/cache/history.go:39
↓ 1 callers
Function
NewHistoryHandler
(svc service.HistoryService)
internal/api/history.go:16
↓ 1 callers
Function
NewHistoryRepository
(l *zap.Logger, cache cache.HistoryCache)
internal/repository/history.go:23
↓ 1 callers
Function
NewHistoryService
(repo repository.HistoryRepository, l *zap.Logger)
internal/service/history.go:22
↓ 1 callers
Function
NewInteractiveCache
(client redis.Cmdable)
internal/repository/cache/interactive.go:41
↓ 1 callers
Function
NewInteractiveDAO
(db *gorm.DB, l *zap.Logger)
internal/repository/dao/interactive.go:78
↓ 1 callers
Function
NewInteractiveRepository
(dao dao.InteractiveDAO, l *zap.Logger, cache cache.InteractiveCache)
internal/repository/interactive.go:33
↓ 1 callers
Function
NewInteractiveService
(repo repository.InteractiveRepository, l *zap.Logger)
internal/service/interactive.go:29
↓ 1 callers
Function
NewJWTHandler
(c redis.Cmdable)
utils/jwt/jwt.go:75
↓ 1 callers
Function
NewJWTMiddleware
(hdl ijwt.Handler)
middleware/login.go:15
↓ 1 callers
Function
NewLogMiddleware
(l *zap.Logger)
middleware/log.go:25
↓ 1 callers
Function
NewLotteryDrawDAO
(db *gorm.DB, l *zap.Logger)
internal/repository/dao/lotteryDraw.go:74
↓ 1 callers
Function
NewLotteryDrawHandler
(svc service.LotteryDrawService)
internal/api/lotteryDraw.go:17
↓ 1 callers
Function
NewLotteryDrawRepository
(dao dao.LotteryDrawDAO, logger *zap.Logger)
internal/repository/lotteryDraw.go:43
↓ 1 callers
Function
NewLotteryDrawService
(repo repository.LotteryDrawRepository, l *zap.Logger)
internal/service/lotteryDraw.go:57
↓ 1 callers
Function
NewMenuDAO
(db *gorm.DB, l *zap.Logger)
internal/repository/dao/menu.go:47
↓ 1 callers
Function
NewMenuHandler
(svc service.MenuService, l *zap.Logger)
internal/api/menu.go:19
↓ 1 callers
Function
NewMenuRepository
(l *zap.Logger, dao dao.MenuDAO)
internal/repository/menu.go:25
↓ 1 callers
Function
NewMenuService
(l *zap.Logger, repo repository.MenuRepository)
internal/service/menu.go:26
↓ 1 callers
Function
NewPermissionDAO
(db *gorm.DB, l *zap.Logger, enforcer *casbin.Enforcer, apiDao ApiDAO)
internal/repository/dao/permission.go:31
↓ 1 callers
Function
NewPermissionHandler
(svc service.PermissionService, l *zap.Logger)
internal/api/permission.go:16
↓ 1 callers
Function
NewPermissionRepository
(l *zap.Logger, dao dao.PermissionDAO)
internal/repository/permission.go:24
↓ 1 callers
Function
NewPermissionService
(l *zap.Logger, repo repository.PermissionRepository)
internal/service/permission.go:21
↓ 1 callers
Function
NewPlateDAO
(l *zap.Logger, db *gorm.DB)
internal/repository/dao/plate.go:35
↓ 1 callers
Function
NewPlateHandler
(svc service.PlateService, ce *casbin.Enforcer)
internal/api/plate.go:19
↓ 1 callers
Function
NewPlateRepository
(l *zap.Logger, dao dao.PlateDAO)
internal/repository/plate.go:23
↓ 1 callers
Function
NewPlateService
(l *zap.Logger, repo repository.PlateRepository)
internal/service/plate.go:22
↓ 1 callers
Function
NewPostCache
(client redis.Cmdable)
internal/repository/cache/post.go:43
↓ 1 callers
Function
NewPostDAO
(db *gorm.DB, l *zap.Logger)
internal/repository/dao/post.go:69
↓ 1 callers
Function
NewPostDeadLetterConsumer
( repo repository.InteractiveRepository, hisRepo repository.HistoryRepository, client sarama.Client, l *za
internal/domain/events/post/dlq_processor.go:23
↓ 1 callers
Function
NewPostHandler
(svc service.PostService, intSvc service.InteractiveService)
internal/api/post.go:17
↓ 1 callers
Function
NewPostRepository
(dao dao.PostDAO, l *zap.Logger, cache cache.PostCache, asynqClient *asynq.Client)
internal/repository/post.go:44
↓ 1 callers
Function
NewPostService
(repo repository.PostRepository, l *zap.Logger, p post.Producer, c check.Producer, incRepo repository.Interact
internal/service/post.go:42
↓ 1 callers
Function
NewPublishCommentEventConsumer
(repo repository.CommentRepository, searchRepo repository.SearchRepository, client sarama.Client, l *zap.Logge
internal/domain/events/comment/consumer.go:51
↓ 1 callers
Function
NewPublishDeadLetterConsumer
( repo repository.PostRepository, client sarama.Client, l *zap.Logger, )
internal/domain/events/publish/dlq_process.go:21
↓ 1 callers
Function
NewPublishPostEventConsumer
(repo repository.PostRepository, client sarama.Client, dlqProd sarama.SyncProducer, l *zap.Logger)
internal/domain/events/publish/consumer.go:32
↓ 1 callers
Function
NewRakingHandler
(svc service.RankingService)
internal/api/ranking.go:17
↓ 1 callers
Function
NewRankingLocalCache
(logger *zap.Logger)
internal/repository/cache/local.go:32
↓ 1 callers
Function
NewRankingParameterDAO
(db *gorm.DB, l *zap.Logger)
internal/repository/dao/rankingparameters.go:32
↓ 1 callers
Function
NewRankingParameterRepository
(dao dao.RankingParameterDAO, l *zap.Logger)
internal/repository/rankingparameters.go:19
↓ 1 callers
Function
NewRankingRedisCache
(client redis.Cmdable, logger *zap.Logger)
internal/repository/cache/ranking.go:33
↓ 1 callers
Function
NewRankingRepository
(redisCache cache.RankingRedisCache, localCache cache.RankingLocalCache, l *zap.Logger)
internal/repository/ranking.go:23
↓ 1 callers
Function
NewRankingService
( interactiveRepo repository.InteractiveRepository, postRepo repository.PostRepository, rankingRepo reposit
internal/service/ranking.go:45
↓ 1 callers
Function
NewRedisSlidingWindowLimiter
(cmd redis.Cmdable, interval time.Duration, rate int)
pkg/limiterp/limit.go:27
↓ 1 callers
Function
NewRefreshCacheTask
(cache cache.PostCache, l *zap.Logger)
internal/job/refresh_cache.go:25
↓ 1 callers
Function
NewRelationCache
(client redis.Cmdable)
internal/repository/cache/relation.go:27
← previous
next →
401–500 of 1,482, ranked by callers