Changed in multiple structs the field Opts to APIOpts

This commit is contained in:
andronache
2021-03-18 13:16:09 +02:00
committed by Dan Christian Bogos
parent 2938a85146
commit 804cc12c9e
89 changed files with 434 additions and 433 deletions

View File

@@ -127,9 +127,9 @@ func testDsphLoadData(t *testing.T) {
func testDsphGetNodeID() (id string, err error) {
var status map[string]interface{}
if err = dspRPC.Call(utils.CoreSv1Status, utils.TenantWithOpts{
Tenant: "cgrates.org",
Opts: map[string]interface{}{},
if err = dspRPC.Call(utils.CoreSv1Status, utils.TenantWithAPIOpts{
Tenant: "cgrates.org",
APIOpts: map[string]interface{}{},
}, &status); err != nil {
return
}