mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Changed in multiple structs the field Opts to APIOpts
This commit is contained in:
committed by
Dan Christian Bogos
parent
2938a85146
commit
804cc12c9e
@@ -740,9 +740,9 @@ type PaginatorWithTenant struct {
|
||||
Paginator
|
||||
}
|
||||
|
||||
type TenantWithOpts struct {
|
||||
Tenant string
|
||||
Opts map[string]interface{}
|
||||
type TenantWithAPIOpts struct {
|
||||
Tenant string
|
||||
APIOpts map[string]interface{}
|
||||
}
|
||||
|
||||
type TenantID struct {
|
||||
|
||||
Reference in New Issue
Block a user