Skip to content

Commit

Permalink
interface name change
Browse files Browse the repository at this point in the history
  • Loading branch information
CascadingRadium committed Nov 18, 2024
1 parent 632cc5e commit 71f8af7
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 @@ -105,7 +105,7 @@ type CopyReader interface {
CloseCopyReader() error
}

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

0 comments on commit 71f8af7

Please sign in to comment.