package elasticsearch import ( "github.com/olivere/elastic/v7" ) func NewElasticSearchClient() { elastic.NewClient() }