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

Method BulkInputLogs

internal/repository/search.go:90–92  ·  view source on GitHub ↗
(ctx context.Context, event []domain.ReadEvent)

Source from the content-addressed store, hash-verified

88}
89
90func (s *searchRepository) BulkInputLogs(ctx context.Context, event []domain.ReadEvent) error {
91 return s.dao.BulkInputLogs(ctx, s.toDaoReadEvent(event))
92}
93
94func (s *searchRepository) DeleteUserIndex(ctx context.Context, userId int64) error {
95 return s.dao.DeleteUserIndex(ctx, userId)

Callers

nothing calls this directly

Calls 2

toDaoReadEventMethod · 0.95
BulkInputLogsMethod · 0.65

Tested by

no test coverage detected