Versions in this module Expand all Collapse all v0 v0.2.19 Mar 17, 2026 Changes in this version + type Repository interface + DeleteByID func(ctx context.Context, id K) error + ExistsByID func(ctx context.Context, id K) (bool, error) + FindAll func(ctx context.Context) ([]T, error) + FindByID func(ctx context.Context, id K) (T, error) + Save func(ctx context.Context, entity T) (T, error)