Initial implementation of an elasticsearch indexer in Go
All threads resolved!
All threads resolved!
Compare changes
Files
5- Nick Thomas authored
+ 7
− 4
@@ -23,12 +23,15 @@ type Client struct {
@@ -46,7 +49,7 @@ func NewClient(config *Config) (*Client, error) {