mirror of
https://github.com/go-gitea/gitea
synced 2025-07-15 23:17:19 +00:00
[Vendor] blevesearch v0.8.1 -> v1.0.7 (#11360)
* Update blevesearch v0.8.1 -> v1.0.7 * make vendor Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
4
vendor/google.golang.org/protobuf/reflect/protoreflect/value.go
generated
vendored
4
vendor/google.golang.org/protobuf/reflect/protoreflect/value.go
generated
vendored
@@ -114,8 +114,8 @@ type Message interface {
|
||||
// Mutable is a mutating operation and unsafe for concurrent use.
|
||||
Mutable(FieldDescriptor) Value
|
||||
|
||||
// NewField returns a new value for assignable to the field of a given descriptor.
|
||||
// For scalars, this returns the default value.
|
||||
// NewField returns a new value that is assignable to the field
|
||||
// for the given descriptor. For scalars, this returns the default value.
|
||||
// For lists, maps, and messages, this returns a new, empty, mutable value.
|
||||
NewField(FieldDescriptor) Value
|
||||
|
||||
|
Reference in New Issue
Block a user