fix lint
This commit is contained in:
parent
3061d33062
commit
306a0979b2
3 changed files with 9 additions and 2 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue