es

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 23, 2021 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewClient

func NewClient(config *Config) interface{}

NewClient is a client factory, it returns client according with version

Types

type ClientV5

type ClientV5 struct {
	*es5.Client
	*Config
}

type ClientV6

type ClientV6 struct {
	*es6.Client
	*Config
}

type ClientV7

type ClientV7 struct {
	*es7.Client
	*Config
}

type Config

type Config struct {
	Username string
	Password string
	Version  string
	Schema   string // default http
	URLs     []string
	Plugins  []string
}

type Transport

type Transport struct {
	// contains filtered or unexported fields
}

func NewTransport

func NewTransport(config *Config) *Transport

func (*Transport) RoundTrip

func (t *Transport) RoundTrip(req *http.Request) (resp *http.Response, err error)

func (*Transport) SetRoundTripper

func (t *Transport) SetRoundTripper(rt http.RoundTripper) *Transport

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL