Enable no-dot-import lint check
All checks were successful
CI / release-test (push) Successful in 1m36s
All checks were successful
CI / release-test (push) Successful in 1m36s
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
TODO: auto-timestamps
|
||||
- SaveXyz should set created_at and updated_at; shouldn't touch is_deleted or deleted_at
|
||||
- if soft delete is enabled, DeleteXyz should do update (not delete) and set is_deleted and deleted_at
|
||||
- ...and DeleteXyz should have pointer receiver for soft-delete
|
||||
- SaveXyz shouldn't set created_at in the do-update branch
|
||||
- DeleteXyz should have pointer receiver
|
||||
- GetXyzByID should include `ErrItemIsDeleted` if item is soft-deleted
|
||||
|
||||
TODO: primary-key
|
||||
|
||||
Reference in New Issue
Block a user