Changed Opts to APIOpts in multiple structs used in apier/

This commit is contained in:
andronache
2021-03-22 15:03:18 +02:00
committed by Dan Christian Bogos
parent 32c234a6c7
commit 38b02c642c
34 changed files with 302 additions and 302 deletions

View File

@@ -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