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

Method GetFollowerCount

internal/service/relation.go:15–15  ·  view source on GitHub ↗
(ctx context.Context, UserID int64)

Source from the content-addressed store, hash-verified

13 CancelFollowUser(ctx context.Context, followerID, followeeID int64) error
14 GetFolloweeCount(ctx context.Context, UserID int64) (int64, error)
15 GetFollowerCount(ctx context.Context, UserID int64) (int64, error)
16}
17
18type relationService struct {

Callers 2

GetFollowerCountMethod · 0.65
GetFollowerCountMethod · 0.65

Implementers 3

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

Calls

no outgoing calls

Tested by

no test coverage detected