mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Changed Opts to APIOpts in multiple structs used in apier/
This commit is contained in:
committed by
Dan Christian Bogos
parent
f0918ce4e1
commit
b573e12233
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user