MCPcopy Create free account

hub / github.com/GoSimplicity/LinkMe / functions

Functions1,482 in github.com/GoSimplicity/LinkMe

↓ 1 callersMethodListActiveLotteryDraws
(ctx context.Context, currentTime int64)
internal/repository/lotteryDraw.go:34
↓ 1 callersMethodListActiveLotteryDraws
(ctx context.Context, currentTime int64)
internal/repository/dao/lotteryDraw.go:30
↓ 1 callersMethodListActiveSecondKillEvents
(ctx context.Context, currentTime int64)
internal/repository/lotteryDraw.go:35
↓ 1 callersMethodListActiveSecondKillEvents
(ctx context.Context, currentTime int64)
internal/repository/dao/lotteryDraw.go:31
↓ 1 callersMethodListAll
(ctx context.Context, pagination domain.Pagination)
internal/service/post.go:28
↓ 1 callersMethodListAll
(ctx context.Context, pagination domain.Pagination)
internal/repository/dao/post.go:29
↓ 1 callersMethodListAllPosts
(ctx context.Context, pagination domain.Pagination)
internal/repository/post.go:32
↓ 1 callersMethodListApis
(ctx context.Context, page, pageSize int)
internal/repository/api.go:16
↓ 1 callersMethodListChecks
(ctx context.Context, pagination domain.Pagination)
internal/service/check.go:20
↓ 1 callersMethodListFolloweeRelations
(ctx context.Context, followeeID int64, pagination domain.Pagination)
internal/repository/relation.go:15
↓ 1 callersMethodListFollowerRelations
(ctx context.Context, followerID int64, pagination domain.Pagination)
internal/repository/relation.go:14
↓ 1 callersMethodListLotteryDraws
抽奖活动相关方法
internal/repository/lotteryDraw.go:14
↓ 1 callersMethodListMenus
(ctx context.Context, page, pageSize int)
internal/repository/menu.go:16
↓ 1 callersMethodListMenus
(ctx context.Context, page, pageSize int)
internal/repository/dao/menu.go:38
↓ 1 callersMethodListPendingLotteryDraws
活动状态管理方法
internal/repository/lotteryDraw.go:30
↓ 1 callersMethodListPendingLotteryDraws
(ctx context.Context, currentTime int64)
internal/repository/dao/lotteryDraw.go:26
↓ 1 callersMethodListPendingSecondKillEvents
(ctx context.Context, currentTime int64)
internal/repository/lotteryDraw.go:32
↓ 1 callersMethodListPendingSecondKillEvents
(ctx context.Context, currentTime int64)
internal/repository/dao/lotteryDraw.go:28
↓ 1 callersMethodListPlate
(ctx context.Context, pagination domain.Pagination)
internal/repository/plate.go:13
↓ 1 callersMethodListPub
(ctx context.Context, pagination domain.Pagination)
internal/repository/dao/post.go:26
↓ 1 callersMethodListRoles
(ctx context.Context, page, pageSize int)
internal/repository/role.go:16
↓ 1 callersMethodListSecondKillEvents
秒杀活动相关方法
internal/repository/lotteryDraw.go:22
↓ 1 callersMethodListUser
(ctx context.Context, pagination domain.Pagination)
internal/repository/user.go:27
↓ 1 callersMethodLoadFromFile
(filePath string)
utils/contentfilter/contentfilter.go:25
↓ 1 callersMethodLog
Log 日志中间件
middleware/log.go:32
↓ 1 callersMethodLogin
(ctx context.Context, username string, password string)
internal/service/user.go:23
↓ 1 callersMethodLoginBySMS
(ctx context.Context, number string, code string)
internal/service/user.go:24
↓ 1 callersMethodMarkAsDeleted
MarkAsDeleted 标记用户为已删除
internal/domain/user.go:111
↓ 1 callersMethodName
Name 返回插件的名称
pkg/gormp/prometheus/prometheus.go:22
↓ 1 callersFunctionNewActivityDAO
(db *gorm.DB, l *zap.Logger)
internal/repository/dao/activity.go:27
↓ 1 callersFunctionNewActivityHandler
(svc service.ActivityService, ce *casbin.Enforcer)
internal/api/activity.go:18
↓ 1 callersFunctionNewActivityRepository
(dao dao.ActivityDAO)
internal/repository/activity.go:19
↓ 1 callersFunctionNewActivityService
(repo repository.ActivityRepository)
internal/service/activity.go:18
↓ 1 callersFunctionNewApiDAO
(db *gorm.DB, l *zap.Logger)
internal/repository/dao/api.go:39
↓ 1 callersFunctionNewApiHandler
(svc service.ApiService, l *zap.Logger)
internal/api/api.go:19
↓ 1 callersFunctionNewApiRepository
(l *zap.Logger, dao dao.ApiDAO)
internal/repository/api.go:24
↓ 1 callersFunctionNewApiService
(l *zap.Logger, repo repository.ApiRepository)
internal/service/api.go:25
↓ 1 callersFunctionNewCheckDAO
(db *gorm.DB, l *zap.Logger)
internal/repository/dao/check.go:40
↓ 1 callersFunctionNewCheckDeadLetterConsumer
( checkRepo repository.CheckRepository, client sarama.Client, l *zap.Logger, )
internal/domain/events/check/dlq_processor.go:21
↓ 1 callersFunctionNewCheckEventConsumer
( checkRepo repository.CheckRepository, client sarama.Client, dlqProd sarama.SyncProducer, l *zap.Logger,
internal/domain/events/check/consumer.go:33
↓ 1 callersFunctionNewCheckHandler
(svc service.CheckService)
internal/api/check.go:15
↓ 1 callersFunctionNewCheckRepository
(dao dao.CheckDAO, l *zap.Logger)
internal/repository/check.go:24
↓ 1 callersFunctionNewCheckService
(repo repository.CheckRepository, searchRepo repository.SearchRepository, l *zap.Logger, ActivityRepo reposito
internal/service/check.go:33
↓ 1 callersFunctionNewCommentCache
(cmd redis.Cmdable)
internal/repository/cache/comment.go:23
↓ 1 callersFunctionNewCommentDAO
NewCommentDAO 创建新的评论服务
internal/repository/dao/comment.go:51
↓ 1 callersFunctionNewCommentHandler
NewCommentHandler 创建新的评论处理器
internal/api/comment.go:19
↓ 1 callersFunctionNewCommentRepository
(dao dao.CommentDAO, cache cache.CommentCache)
internal/repository/comment.go:31
↓ 1 callersFunctionNewCommentService
(repo repository.CommentRepository, c check.Producer)
internal/service/comment.go:29
↓ 1 callersFunctionNewEmailCache
(client redis.Cmdable)
internal/repository/cache/email.go:19
↓ 1 callersFunctionNewEmailConsumer
(repo repository.EmailRepository, client sarama.Client, l *zap.Logger)
internal/domain/events/email/consumer.go:20
↓ 1 callersFunctionNewEmailRepository
NewEmailRepository 创建并返回一个新的 smsRepository 实例
internal/repository/email.go:25
↓ 1 callersFunctionNewEventConsumer
( repo repository.InteractiveRepository, hisRepo repository.HistoryRepository, client sarama.Client, dlqPr
internal/domain/events/post/consumer.go:30
↓ 1 callersFunctionNewFlushPost
(esConsumer *EsConsumer)
internal/domain/events/es/process_util.go:92
↓ 1 callersFunctionNewFlushUser
(esConsumer *EsConsumer)
internal/domain/events/es/process_util.go:42
↓ 1 callersFunctionNewHistoryCache
(logger *zap.Logger, client redis.Cmdable)
internal/repository/cache/history.go:39
↓ 1 callersFunctionNewHistoryHandler
(svc service.HistoryService)
internal/api/history.go:16
↓ 1 callersFunctionNewHistoryRepository
(l *zap.Logger, cache cache.HistoryCache)
internal/repository/history.go:23
↓ 1 callersFunctionNewHistoryService
(repo repository.HistoryRepository, l *zap.Logger)
internal/service/history.go:22
↓ 1 callersFunctionNewInteractiveCache
(client redis.Cmdable)
internal/repository/cache/interactive.go:41
↓ 1 callersFunctionNewInteractiveDAO
(db *gorm.DB, l *zap.Logger)
internal/repository/dao/interactive.go:78
↓ 1 callersFunctionNewInteractiveRepository
(dao dao.InteractiveDAO, l *zap.Logger, cache cache.InteractiveCache)
internal/repository/interactive.go:33
↓ 1 callersFunctionNewInteractiveService
(repo repository.InteractiveRepository, l *zap.Logger)
internal/service/interactive.go:29
↓ 1 callersFunctionNewJWTHandler
(c redis.Cmdable)
utils/jwt/jwt.go:75
↓ 1 callersFunctionNewJWTMiddleware
(hdl ijwt.Handler)
middleware/login.go:15
↓ 1 callersFunctionNewLogMiddleware
(l *zap.Logger)
middleware/log.go:25
↓ 1 callersFunctionNewLotteryDrawDAO
(db *gorm.DB, l *zap.Logger)
internal/repository/dao/lotteryDraw.go:74
↓ 1 callersFunctionNewLotteryDrawHandler
(svc service.LotteryDrawService)
internal/api/lotteryDraw.go:17
↓ 1 callersFunctionNewLotteryDrawRepository
(dao dao.LotteryDrawDAO, logger *zap.Logger)
internal/repository/lotteryDraw.go:43
↓ 1 callersFunctionNewLotteryDrawService
(repo repository.LotteryDrawRepository, l *zap.Logger)
internal/service/lotteryDraw.go:57
↓ 1 callersFunctionNewMenuDAO
(db *gorm.DB, l *zap.Logger)
internal/repository/dao/menu.go:47
↓ 1 callersFunctionNewMenuHandler
(svc service.MenuService, l *zap.Logger)
internal/api/menu.go:19
↓ 1 callersFunctionNewMenuRepository
(l *zap.Logger, dao dao.MenuDAO)
internal/repository/menu.go:25
↓ 1 callersFunctionNewMenuService
(l *zap.Logger, repo repository.MenuRepository)
internal/service/menu.go:26
↓ 1 callersFunctionNewPermissionDAO
(db *gorm.DB, l *zap.Logger, enforcer *casbin.Enforcer, apiDao ApiDAO)
internal/repository/dao/permission.go:31
↓ 1 callersFunctionNewPermissionHandler
(svc service.PermissionService, l *zap.Logger)
internal/api/permission.go:16
↓ 1 callersFunctionNewPermissionRepository
(l *zap.Logger, dao dao.PermissionDAO)
internal/repository/permission.go:24
↓ 1 callersFunctionNewPermissionService
(l *zap.Logger, repo repository.PermissionRepository)
internal/service/permission.go:21
↓ 1 callersFunctionNewPlateDAO
(l *zap.Logger, db *gorm.DB)
internal/repository/dao/plate.go:35
↓ 1 callersFunctionNewPlateHandler
(svc service.PlateService, ce *casbin.Enforcer)
internal/api/plate.go:19
↓ 1 callersFunctionNewPlateRepository
(l *zap.Logger, dao dao.PlateDAO)
internal/repository/plate.go:23
↓ 1 callersFunctionNewPlateService
(l *zap.Logger, repo repository.PlateRepository)
internal/service/plate.go:22
↓ 1 callersFunctionNewPostCache
(client redis.Cmdable)
internal/repository/cache/post.go:43
↓ 1 callersFunctionNewPostDAO
(db *gorm.DB, l *zap.Logger)
internal/repository/dao/post.go:69
↓ 1 callersFunctionNewPostDeadLetterConsumer
( repo repository.InteractiveRepository, hisRepo repository.HistoryRepository, client sarama.Client, l *za
internal/domain/events/post/dlq_processor.go:23
↓ 1 callersFunctionNewPostHandler
(svc service.PostService, intSvc service.InteractiveService)
internal/api/post.go:17
↓ 1 callersFunctionNewPostRepository
(dao dao.PostDAO, l *zap.Logger, cache cache.PostCache, asynqClient *asynq.Client)
internal/repository/post.go:44
↓ 1 callersFunctionNewPostService
(repo repository.PostRepository, l *zap.Logger, p post.Producer, c check.Producer, incRepo repository.Interact
internal/service/post.go:42
↓ 1 callersFunctionNewPublishCommentEventConsumer
(repo repository.CommentRepository, searchRepo repository.SearchRepository, client sarama.Client, l *zap.Logge
internal/domain/events/comment/consumer.go:51
↓ 1 callersFunctionNewPublishDeadLetterConsumer
( repo repository.PostRepository, client sarama.Client, l *zap.Logger, )
internal/domain/events/publish/dlq_process.go:21
↓ 1 callersFunctionNewPublishPostEventConsumer
(repo repository.PostRepository, client sarama.Client, dlqProd sarama.SyncProducer, l *zap.Logger)
internal/domain/events/publish/consumer.go:32
↓ 1 callersFunctionNewRakingHandler
(svc service.RankingService)
internal/api/ranking.go:17
↓ 1 callersFunctionNewRankingLocalCache
(logger *zap.Logger)
internal/repository/cache/local.go:32
↓ 1 callersFunctionNewRankingParameterDAO
(db *gorm.DB, l *zap.Logger)
internal/repository/dao/rankingparameters.go:32
↓ 1 callersFunctionNewRankingParameterRepository
(dao dao.RankingParameterDAO, l *zap.Logger)
internal/repository/rankingparameters.go:19
↓ 1 callersFunctionNewRankingRedisCache
(client redis.Cmdable, logger *zap.Logger)
internal/repository/cache/ranking.go:33
↓ 1 callersFunctionNewRankingRepository
(redisCache cache.RankingRedisCache, localCache cache.RankingLocalCache, l *zap.Logger)
internal/repository/ranking.go:23
↓ 1 callersFunctionNewRankingService
( interactiveRepo repository.InteractiveRepository, postRepo repository.PostRepository, rankingRepo reposit
internal/service/ranking.go:45
↓ 1 callersFunctionNewRedisSlidingWindowLimiter
(cmd redis.Cmdable, interval time.Duration, rate int)
pkg/limiterp/limit.go:27
↓ 1 callersFunctionNewRefreshCacheTask
(cache cache.PostCache, l *zap.Logger)
internal/job/refresh_cache.go:25
↓ 1 callersFunctionNewRelationCache
(client redis.Cmdable)
internal/repository/cache/relation.go:27
← previousnext →401–500 of 1,482, ranked by callers