mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-30 03:02:25 -05:00
upstep bun to v1.0.9 (#252)
This commit is contained in:
parent
08cb8a3385
commit
9a53b1a8d1
53 changed files with 285 additions and 791 deletions
2
vendor/github.com/uptrace/bun/model_map_slice.go
generated
vendored
2
vendor/github.com/uptrace/bun/model_map_slice.go
generated
vendored
|
|
@ -17,7 +17,7 @@ type mapSliceModel struct {
|
|||
keys []string
|
||||
}
|
||||
|
||||
var _ model = (*mapSliceModel)(nil)
|
||||
var _ Model = (*mapSliceModel)(nil)
|
||||
|
||||
func newMapSliceModel(db *DB, dest *[]map[string]interface{}) *mapSliceModel {
|
||||
return &mapSliceModel{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue