package
0.0.0-20190212133917-c1d1bf9d46e4
Repository: https://github.com/marclop/elasticsearch-cli.git
Documentation: pkg.go.dev

# Functions

New creates a new instance of elasticsearch-cli from the passed Config.

# Constants

DefaultPrompt is used when the cluster status cannot be retrieved.
GreenPrompt is used when the cluster status is green.
RedPrompt is used when the cluster status is red.
YellowPrompt is used when the cluster status is yellow.

# Structs

Application contains the full application and its dependencies.
Config for elasticsearch-cli Application.

# Interfaces

Poller is the responsible for polling ElasticSearch and retrieving endpoints to autocomplete the CLI.

# Type aliases

Formatter formats the HTTPResponse to Stdout.