Initial implementation of an elasticsearch indexer in Go
All threads resolved!
All threads resolved!
Compare changes
Files
8- Nick Thomas authored
+ 44
− 11
@@ -22,13 +22,15 @@ var (
@@ -36,6 +38,15 @@ func FromEnv() (*Client, error) {
@@ -78,21 +89,43 @@ func NewClient(config *Config) (*Client, error) {