move DefaultRepository into own file; add todo tags;

This commit is contained in:
2024-12-28 01:34:09 +01:00
parent 564b6f815e
commit 293384862c
6 changed files with 82 additions and 79 deletions

View File

@@ -1,5 +1,6 @@
package data
// TODO docstring
type ISearchCriteria[T any] interface {
Matches(t T) bool
}