mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Finished changing Opts to APIOpts for structs used in api_interfaces
This commit is contained in:
committed by
Dan Christian Bogos
parent
38b02c642c
commit
806c8295be
@@ -138,7 +138,7 @@ type SMCost struct {
|
||||
type AttrCDRSStoreSMCost struct {
|
||||
Cost *SMCost
|
||||
CheckDuplicate bool
|
||||
Opts map[string]interface{}
|
||||
APIOpts map[string]interface{}
|
||||
Tenant string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user