mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-22 07:38:45 +05:00
compilation fixes
This commit is contained in:
@@ -166,9 +166,9 @@ type LoadWriter interface {
|
||||
SetTpDerivedChargers([]TpDerivedCharger) error
|
||||
SetTpLCRs([]TpLcrRules) error
|
||||
SetTpActions([]TpAction) error
|
||||
SetTpActionTimings([]TpActionPlan) error
|
||||
SetTpActionPlans([]TpActionPlan) error
|
||||
SetTpActionTriggers([]TpActionTrigger) error
|
||||
SetTpAccountActions([]TpAccountActions) error
|
||||
SetTpAccountActions([]TpAccountAction) error
|
||||
}
|
||||
|
||||
type Marshaler interface {
|
||||
|
||||
Reference in New Issue
Block a user