forgejo/routers
delvh 778ad795fd
Refactor deletion ()
Introduce the new generic deletion methods
- `func DeleteByID[T any](ctx context.Context, id int64) (int64, error)`
- `func DeleteByIDs[T any](ctx context.Context, ids ...int64) error`
- `func Delete[T any](ctx context.Context, opts FindOptions) (int64,
error)`

So, we no longer need any specific deletion method and can just use
the generic ones instead.

Replacement of 

Closes 

---------

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2023-12-25 21:25:29 +01:00
..
api Refactor deletion () 2023-12-25 21:25:29 +01:00
common Clean up template locale usage () 2023-10-31 22:11:48 +08:00
install Enhanced auth token / remember me () 2023-10-14 00:56:41 +00:00
private Improve ObjectFormat interface () 2023-12-19 07:20:47 +00:00
utils Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
web Refactor deletion () 2023-12-25 21:25:29 +01:00
init.go Always enable caches () 2023-12-19 09:29:05 +00:00