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

Method DeleteUserIndex

internal/repository/search.go:94–96  ·  view source on GitHub ↗
(ctx context.Context, userId int64)

Source from the content-addressed store, hash-verified

92}
93
94func (s *searchRepository) DeleteUserIndex(ctx context.Context, userId int64) error {
95 return s.dao.DeleteUserIndex(ctx, userId)
96}
97
98func (s *searchRepository) DeletePostIndex(ctx context.Context, postId uint) error {
99 return s.dao.DeletePostIndex(ctx, postId)

Callers

nothing calls this directly

Calls 1

DeleteUserIndexMethod · 0.65

Tested by

no test coverage detected