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:
8
vendor/codeberg.org/gruf/go-structr/runtime.go
generated
vendored
8
vendor/codeberg.org/gruf/go-structr/runtime.go
generated
vendored
@ -16,10 +16,6 @@ import (
|
||||
type struct_field struct {
|
||||
rtype reflect.Type
|
||||
|
||||
// offsets defines whereabouts in
|
||||
// memory this field is located.
|
||||
offsets []next_offset
|
||||
|
||||
// struct field type mangling
|
||||
// (i.e. fast serializing) fn.
|
||||
mangle mangler.Mangler
|
||||
@ -33,6 +29,10 @@ type struct_field struct {
|
||||
// if set this indicates zero
|
||||
// values of field not allowed
|
||||
zerostr string
|
||||
|
||||
// offsets defines whereabouts in
|
||||
// memory this field is located.
|
||||
offsets []next_offset
|
||||
}
|
||||
|
||||
// next_offset defines a next offset location
|
||||
|
Reference in New Issue
Block a user