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

Method ListFollowerRelations

internal/service/relation.go:10–10  ·  view source on GitHub ↗
(ctx context.Context, followerID int64, pagination domain.Pagination)

Source from the content-addressed store, hash-verified

8
9type RelationService interface {
10 ListFollowerRelations(ctx context.Context, followerID int64, pagination domain.Pagination) ([]domain.Relation, error)
11 ListFolloweeRelations(ctx context.Context, followeeID int64, pagination domain.Pagination) ([]domain.Relation, error)
12 FollowUser(ctx context.Context, followerID, followeeID int64) error
13 CancelFollowUser(ctx context.Context, followerID, followeeID int64) error

Callers 2

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