(context.Context, *QueryInput)
| 145 | target *crossref.Ref, repl *additional.ReplicationProperties, tenant string, schemaVersion uint64) error |
| 146 | Merge(ctx context.Context, merge MergeDocument, repl *additional.ReplicationProperties, tenant string, schemaVersion uint64) error |
| 147 | Query(context.Context, *QueryInput) (search.Results, *Error) |
| 148 | } |
| 149 | |
| 150 | type ModulesProvider interface { |