package elastic import ( "context" ) // close the client func (c *Client) Teardown(ctx context.Context) error { return nil }