Initial implementation of an elasticsearch indexer in Go
All threads resolved!
All threads resolved!
Compare changes
Files
8- Nick Thomas authored
+ 46
− 4
@@ -2,6 +2,8 @@ package elastic
@@ -14,8 +16,9 @@ var (
@@ -23,8 +26,17 @@ type Client struct {
@@ -68,3 +80,33 @@ func NewClient(config *Config) (*Client, error) {