doc.go 281 B

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