package elastic
import (
"context"
)
func (c *Client) Teardown(context.Context) error {
return nil
}