blob: c9acd5ff19f5c67cd88e0598c1590fcf8c09b430 (
plain)
1
2
3
4
5
6
7
8
9
|
// Copyright 2012-present Oliver Eilhard. All rights reserved.
// Use of this source code is governed by a MIT-license.
// See http://olivere.mit-license.org/license.txt for details.
/*
Package config allows parsing a configuration for Elasticsearch
from a URL.
*/
package config
|