Changed Opts to APIOpts in multiple structs used in apier/

This commit is contained in:
andronache
2021-03-22 09:31:18 +02:00
committed by Dan Christian Bogos
parent f0918ce4e1
commit b573e12233
7 changed files with 24 additions and 24 deletions

View File

@@ -952,7 +952,7 @@ type GetIndexesArg struct {
TntCtx string
IdxKey string
Tenant string
Opts map[string]interface{}
APIOpts map[string]interface{}
}
// SetIndexesArg the API arguments needed for seting an index
@@ -961,7 +961,7 @@ type SetIndexesArg struct {
TntCtx string
Indexes map[string]StringSet
Tenant string
Opts map[string]interface{}
APIOpts map[string]interface{}
}
type DurationArgs struct {