Initial implementation of an elasticsearch indexer in Go
All threads resolved!
All threads resolved!
Compare changes
Files
4- Nick Thomas authored
This involves some refactoring to make the error handling clearer
+ 4
− 13
@@ -20,8 +20,8 @@ const (
@@ -104,16 +104,11 @@ func (c *Client) ParentID() string {
@@ -122,11 +117,9 @@ func (c *Client) Index(id string, thing interface{}) error {
@@ -134,6 +127,4 @@ func (c *Client) Remove(id string) error {