# Functions
WithBatchSize allows setting the batch size for scrolling through the documents (for clients that support this).
# Structs
IterateRequest specifies a request for the Iterate function.
# Interfaces
Client encapsulates access to an Elasticsearch cluster.
ClientWithBatchSize should be implemented by clients that support setting the batch size for scrolling.
# Type aliases
ClientOption specifies the signature for setting a generic option for a Client.