Versions in this module Expand all Collapse all v0 v0.3.0 Sep 30, 2022 Changes in this version + type Client struct + func NewClient(cfg interface{}) (*Client, error) + func (c *Client) Bulk(ctx context.Context, reader io.Reader) (io.ReadCloser, error) + func (c *Client) GetClient() *elasticsearch.Client + func (c *Client) Ping(ctx context.Context) error + func (c *Client) PrepareCreateOperation(item sdk.Record) (interface{}, interface{}, error) + func (c *Client) PrepareDeleteOperation(key string) (interface{}, error) + func (c *Client) PrepareUpsertOperation(key string, item sdk.Record) (interface{}, interface{}, error) + type ErrorResponse struct + Error struct{ ... }