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
32c234a6c7
commit
38b02c642c
@@ -934,10 +934,10 @@ func RandomInteger(min, max int) int {
|
||||
return math_rand.Intn(max-min) + min
|
||||
}
|
||||
|
||||
type LoadIDsWithOpts struct {
|
||||
type LoadIDsWithAPIOpts struct {
|
||||
LoadIDs map[string]int64
|
||||
Tenant string
|
||||
Opts map[string]interface{}
|
||||
APIOpts map[string]interface{}
|
||||
}
|
||||
|
||||
// IsURL returns if the path is an URL
|
||||
|
||||
Reference in New Issue
Block a user