forgejo/models/db
silverwind 88f835192d
Replace interface{} with any (#25686)
Result of running `perl -p -i -e 's#interface\{\}#any#g' **/*` and `make fmt`.

Basically the same [as golang did](2580d0e08d).
2023-07-04 18:36:08 +00:00
..
install
paginator Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
common.go
consistency.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
context.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
context_committer_test.go
context_test.go
convert.go
engine.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
engine_test.go
error.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
index.go
index_test.go
iterate.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
iterate_test.go
list.go Fix db.Find bug (#23115) 2023-02-24 21:17:09 +08:00
list_test.go
log.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
main_test.go
name.go
search.go
sequence.go Refactor setting.Database.UseXXX to methods (#23354) 2023-03-07 18:51:06 +08:00
sql_postgres_with_schema.go