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

Method CancelFollowUser

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

Source from the content-addressed store, hash-verified

15 ListFolloweeRelations(ctx context.Context, followeeID int64, pagination domain.Pagination) ([]domain.Relation, error)
16 FollowUser(ctx context.Context, followerID, followeeID int64) error
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}

Callers 1

CancelFollowUserMethod · 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