elasticstream/source/elastic/configure.go

10 lines
114 B
Go
Raw Normal View History

2024-10-07 15:25:13 +05:30
package elastic
import (
"context"
)
func (c *Client) Configure(context.Context, Config) error {
return nil
}