MCPcopy Create free account
hub / github.com/GoSimplicity/LinkMe / GetFollowerCount

Method GetFollowerCount

internal/repository/relation.go:19–19  ·  view source on GitHub ↗
(ctx context.Context, userID int64)

Source from the content-addressed store, hash-verified

17 CancelFollowUser(ctx context.Context, followerID, followeeID int64) error
18 GetFolloweeCount(ctx context.Context, userID int64) (int64, error)
19 GetFollowerCount(ctx context.Context, userID int64) (int64, error)
20}
21
22type relationRepository struct {

Callers

nothing calls this directly

Implementers 3

relationServiceinternal/service/relation.go
relationRepositoryinternal/repository/relation.go
RelationHandlerinternal/api/relation.go

Calls

no outgoing calls

Tested by

no test coverage detected