package elastic import ( "context" "elasticstream/config" ) func (c *Client) Configure(ctx context.Context, cfg config.Config) error { return nil }