Skip to content

Commit

Permalink
Fix auto generate easyJson
Browse files Browse the repository at this point in the history
  • Loading branch information
alallema committed Dec 14, 2022
1 parent d4c6242 commit a55baa0
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 79 deletions.
2 changes: 1 addition & 1 deletion client.go
Expand Up @@ -55,7 +55,7 @@ type ClientInterface interface {
GetTask(taskUID int64) (resp *Task, err error)
GetTasks(param *TasksQuery) (resp *TaskResult, err error)
CancelTasks(param *CancelTasksQuery) (resp *TaskInfo, err error)
DeleteTasks(param *DeleteTasksQuery) (resp *TaskInfo, err error)
DeleteTasks(param *DeleteTasksQuery) (resp *TaskInfo, err error)
SwapIndexes(param []SwapIndexesParams) (resp *TaskInfo, err error)
WaitForTask(taskUID int64, options ...WaitParams) (*Task, error)
GenerateTenantToken(APIKeyUID string, searchRules map[string]interface{}, options *TenantTokenOptions) (resp string, err error)
Expand Down

0 comments on commit a55baa0

Please sign in to comment.