Documentation ¶ Index ¶ type Client func (es *Client) Close() error func (es *Client) Config() any func (es *Client) SetEntity() type Config func (c *Config) Build() *elastic.Client func (c *Config) InitAfterInject() func (c *Config) InitBeforeInject() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { *elastic.Client Conf Config } func (*Client) Close ¶ func (es *Client) Close() error func (*Client) Config ¶ func (es *Client) Config() any func (*Client) SetEntity ¶ func (es *Client) SetEntity() type Config ¶ type Config config.Config func (*Config) Build ¶ func (c *Config) Build() *elastic.Client func (*Config) InitAfterInject ¶ func (c *Config) InitAfterInject() func (*Config) InitBeforeInject ¶ func (c *Config) InitBeforeInject() Source Files ¶ View all Source files elastic.go Click to show internal directories. Click to hide internal directories.