mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 01:12:24 -05:00
update go-structr to v0.8.8 (#3199)
This commit is contained in:
parent
9cd27b412d
commit
f8d5b9f49c
11 changed files with 53 additions and 53 deletions
8
vendor/codeberg.org/gruf/go-structr/index.go
generated
vendored
8
vendor/codeberg.org/gruf/go-structr/index.go
generated
vendored
|
|
@ -349,15 +349,15 @@ type index_entry struct {
|
|||
// elem.data is ptr to index_entry.
|
||||
elem list_elem
|
||||
|
||||
// raw cache key
|
||||
// for this entry.
|
||||
key string
|
||||
|
||||
// index this is stored in.
|
||||
index *Index
|
||||
|
||||
// underlying indexed item.
|
||||
item *indexed_item
|
||||
|
||||
// raw cache key
|
||||
// for this entry.
|
||||
key string
|
||||
}
|
||||
|
||||
var index_entry_pool sync.Pool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue