Skip to content
Snippets Groups Projects
Commit 4d4ea305 authored by Nick Thomas's avatar Nick Thomas
Browse files

go fmt

parent ff5856a7
No related branches found
No related tags found
1 merge request!1Initial implementation of an elasticsearch indexer in Go
Loading
Loading
@@ -29,9 +29,9 @@ func (c *Client) Flush() error {
 
func NewClient(config *Config) (*Client, error) {
opts := []elastic.ClientOptionFunc{
elastic.SetURL(config.URL...),
elastic.SetSniff(false), // For now. Move back to AWS-only later
}
elastic.SetURL(config.URL...),
elastic.SetSniff(false), // For now. Move back to AWS-only later
}
 
// Sniffer should look for HTTPS URLs if at-least-one initial URL is HTTPS
for _, url := range config.URL {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment