elasticstream/source/elastic/teardown.go

11 lines
125 B
Go
Raw Normal View History

2024-10-07 15:25:13 +05:30
package elastic
import (
"context"
)
// close the client
func (c *Client) Teardown(context.Context) error {
return nil
}