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
@@ -45,10 +45,10 @@ type SharedGroup struct {
|
||||
}
|
||||
|
||||
// SharedGroupWithOpts is used in replicatorV1 for dispatcher
|
||||
type SharedGroupWithOpts struct {
|
||||
type SharedGroupWithAPIOpts struct {
|
||||
*SharedGroup
|
||||
Tenant string
|
||||
Opts map[string]interface{}
|
||||
Tenant string
|
||||
APIOpts map[string]interface{}
|
||||
}
|
||||
|
||||
type SharingParameters struct {
|
||||
|
||||
Reference in New Issue
Block a user