1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-11 13:55:48 +00:00
gitea/vendor/github.com/blevesearch/scorch_segment_api/v2
2021-02-28 18:08:33 -05:00
..
.golangci.yml go1.16 (#14783) 2021-02-28 18:08:33 -05:00
automaton.go go1.16 (#14783) 2021-02-28 18:08:33 -05:00
go.mod go1.16 (#14783) 2021-02-28 18:08:33 -05:00
go.sum go1.16 (#14783) 2021-02-28 18:08:33 -05:00
LICENSE go1.16 (#14783) 2021-02-28 18:08:33 -05:00
README.md go1.16 (#14783) 2021-02-28 18:08:33 -05:00
segment.go go1.16 (#14783) 2021-02-28 18:08:33 -05:00

Scorch Segment API

PkgGoDev Tests Lint

Scorch supports a pluggable Segment interface.

By placing these interfaces in their own, hopefully slowly evolving module, it frees up Scorch and the underlying segment to each introduce new major versions without interfering with one another.

With that in mind, we anticipate introducing non-breaking changes only to this module, and keeping the major version at 1.x for some time.