Skip to content

Commit

Permalink
update interface
Browse files Browse the repository at this point in the history
  • Loading branch information
CascadingRadium committed Nov 15, 2024
1 parent 5b6174e commit 632cc5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ type CopyReader interface {

type ThesaurusReader interface {
IndexReader
SynonymTermReader(ctx context.Context, term []byte, thesaurusName string) (SynonymTermReader, error)
SynonymTermReader(ctx context.Context, thesaurusName string, term []byte) (SynonymTermReader, error)
}

type IndexReaderRegexp interface {
Expand Down

0 comments on commit 632cc5e

Please sign in to comment.