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

Method CancelLike

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

Source from the content-addressed store, hash-verified

15type InteractiveService interface {
16 Like(ctx context.Context, postId uint, uid int64) error
17 CancelLike(ctx context.Context, postId uint, uid int64) error
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)

Callers 1

LikeMethod · 0.65

Implementers 1

interactiveServiceinternal/service/interactive.go

Calls

no outgoing calls

Tested by

no test coverage detected