feat: support es sort

This commit is contained in:
loveuer
2024-06-21 15:52:34 +08:00
parent c9ace7c105
commit 24564489b8
8 changed files with 36 additions and 9 deletions

View File

@ -110,7 +110,7 @@ func (c *client) IsFile() bool {
return true
}
func (c *client) ReadData(ctx context.Context, size int, _ map[string]any, _ []string) (<-chan []*model.ESSource, <-chan error) {
func (c *client) ReadData(ctx context.Context, size int, _ map[string]any, _ []string, _ []string) (<-chan []*model.ESSource, <-chan error) {
var (
err error
count = 0