mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
update go-structr to v0.8.8 (#3199)
This commit is contained in:
6
vendor/codeberg.org/gruf/go-structr/item.go
generated
vendored
6
vendor/codeberg.org/gruf/go-structr/item.go
generated
vendored
@@ -10,12 +10,12 @@ type indexed_item struct {
|
||||
// is stored in a main list.
|
||||
elem list_elem
|
||||
|
||||
// cached data with type.
|
||||
data interface{}
|
||||
|
||||
// indexed stores the indices
|
||||
// this item is stored under.
|
||||
indexed []*index_entry
|
||||
|
||||
// cached data with type.
|
||||
data interface{}
|
||||
}
|
||||
|
||||
var indexed_item_pool sync.Pool
|
||||
|
Reference in New Issue
Block a user