# Functions
WrapESClient creates a ESClient out of *elastic.Client.
WrapESIndexService creates an ESIndexService out of *elastic.ESIndexService.
WrapESIndicesCreateService creates an ESIndicesCreateService out of *elastic.IndicesCreateService.
WrapESIndicesExistsService creates an ESIndicesExistsService out of *elastic.IndicesExistsService.
WrapESMultiSearchService creates an ESSearchService out of *elastic.ESSearchService.
WrapESSearchService creates an ESSearchService out of *elastic.ESSearchService.
# Structs
ESClient is a wrapper around elastic.Client.
ESIndexService is a wrapper around elastic.ESIndexService.
ESIndicesCreateService is a wrapper around elastic.IndicesCreateService.
ESIndicesExistsService is a wrapper around elastic.IndicesExistsService.
ESMultiSearchService is a wrapper around elastic.ESMultiSearchService.
ESSearchService is a wrapper around elastic.ESSearchService.
# Interfaces
Client is an abstraction for elastic.Client.
IndexService is an abstraction for elastic BulkService.
IndicesCreateService is an abstraction for elastic.IndicesCreateService.
IndicesExistsService is an abstraction for elastic.IndicesExistsService.
MultiSearchService is an abstraction for elastic.MultiSearchService.
SearchService is an abstraction for elastic.SearchService.