move DefaultRepository into own file; add todo tags;
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package data
|
||||
|
||||
// TODO docstring
|
||||
type ISearchCriteria[T any] interface {
|
||||
Matches(t T) bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user