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

Method GetFolloweeCount

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

Source from the content-addressed store, hash-verified

12 FollowUser(ctx context.Context, followerID, followeeID int64) error
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

Callers 2

GetFolloweeCountMethod · 0.65
GetFolloweeCountMethod · 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