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

Method Get

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

Source from the content-addressed store, hash-verified

18 Collect(ctx context.Context, postId uint, uid int64) error
19 CancelCollect(ctx context.Context, postId uint, uid int64) error
20 Get(ctx context.Context, postId uint) (domain.Interactive, error)
21 GetByIds(ctx context.Context, postIds []uint) (map[uint]domain.Interactive, error)
22}
23

Callers 3

GetPostByIdMethod · 0.65
GetPublishPostByIdMethod · 0.65
GetMethod · 0.65

Implementers 1

interactiveServiceinternal/service/interactive.go

Calls

no outgoing calls

Tested by

no test coverage detected