Documentation ¶ Index ¶ type Client func (es *Client) Close() error func (es *Client) Config() any func (es *Client) Init() error type Config func (c *Config) AfterInject() func (c *Config) BeforeInject() func (c *Config) Build() (*elastic.Client, error) 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) Init ¶ func (es *Client) Init() error type Config ¶ type Config config.Config func (*Config) AfterInject ¶ added in v0.1.5 func (c *Config) AfterInject() func (*Config) BeforeInject ¶ added in v0.0.33 func (c *Config) BeforeInject() func (*Config) Build ¶ func (c *Config) Build() (*elastic.Client, error) Source Files ¶ View all Source files elastic.go Click to show internal directories. Click to hide internal directories.