This commit is contained in:
alexisvisco 2019-03-27 15:46:45 +01:00
parent 3061d33062
commit 306a0979b2
3 changed files with 9 additions and 2 deletions

View file

@ -35,7 +35,7 @@ type searchChannel struct {
*driver
}
// NewIngester create a new driver instance with a searchChannel instance.
// NewSearch create a new driver instance with a searchChannel instance.
// Only way to get a Searchable implementation.
func NewSearch(host string, port int, password string) (Searchable, error) {
driver := &driver{