Bump github.com/blevesearch/bleve/v2 from 2.3.9 to 2.3.10
Bumps [github.com/blevesearch/bleve/v2](https://github.com/blevesearch/bleve) from 2.3.9 to 2.3.10. - [Release notes](https://github.com/blevesearch/bleve/releases) - [Commits](https://github.com/blevesearch/bleve/compare/v2.3.9...v2.3.10) --- updated-dependencies: - dependency-name: github.com/blevesearch/bleve/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Ralf Haferkamp
parent
f051b9ef7d
commit
0f2838e525
+1
-1
@@ -67,7 +67,7 @@ type NumericField interface {
|
||||
}
|
||||
|
||||
type DateTimeField interface {
|
||||
DateTime() (time.Time, error)
|
||||
DateTime() (time.Time, string, error)
|
||||
}
|
||||
|
||||
type BooleanField interface {
|
||||
|
||||
Reference in New Issue
Block a user