Versions in this module Expand all Collapse all v0 v0.0.2 Mar 30, 2025 v0.0.1 Mar 28, 2025 Changes in this version + type Es struct + Client *elastic.Client + Options *Options + func New(options map[string]any) (esS *Es, err error) + func (esS *Es) C() *elastic.Client + func (esS *Es) Ping() (*elastic.PingResult, int, error) + func (esS *Es) SetConfig(options map[string]any) (err error) + type Options struct + Url string + func (o *Options) String() (data string)