lens @ 417041797674319485bea96cb38489670ff3b2ef

1package repository
2
3import "errors"
4
5var ErrRecordNotFound = errors.New("record not found")