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

Method Get

internal/repository/interactive.go:21–21  ·  view source on GitHub ↗
(ctx context.Context, postId uint)

Source from the content-addressed store, hash-verified

19 IncrCollectionItem(ctx context.Context, postId uint, uid int64) error
20 DecrCollectionItem(ctx context.Context, postId uint, uid int64) error
21 Get(ctx context.Context, postId uint) (domain.Interactive, error)
22 Liked(ctx context.Context, postId uint, uid int64) (bool, error)
23 Collected(ctx context.Context, postId uint, uid int64) (bool, error)
24 GetById(ctx context.Context, postIds []uint) ([]domain.Interactive, error)

Callers 1

GetMethod · 0.65

Implementers 1

InteractiveRepositoryImplinternal/repository/interactive.go

Calls

no outgoing calls

Tested by

no test coverage detected