elasticsearch

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

func NewClient

func NewClient(config *Config) (*Client, error)

func (*Client) Client

func (c *Client) Client() *elastic.Client

func (*Client) Close

func (c *Client) Close() error

func (*Client) Connect

func (c *Client) Connect() error

func (*Client) Publish

func (c *Client) Publish(msgList []*message.Message)

func (*Client) Run

func (c *Client) Run(msgChan <-chan *message.Message)

type Config

type Config struct {
	Addrs    []string `config:"addrs" json:"addrs"`
	Username string   `config:"username" json:"username"`
	Password string   `config:"password" json:"password"`
}

Jump to

Keyboard shortcuts

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