typesense / typesense-go

Go client for Typesense: https://github.com/typesense/typesense
Apache License 2.0
208 stars 55 forks source link

Nodes config on client initialization #161

Open cmigazzi opened 3 months ago

cmigazzi commented 3 months ago

Hi !

It seems to be impossible to initialize a NewClient with nodes config, isn't it ?

I would expect to find a func WithNodes to setup nodes configuration.