mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-25 17:18:44 +05:00
Updated EventCost FieldAsInterface. Fixes #2375
This commit is contained in:
committed by
Dan Christian Bogos
parent
53f8b34f01
commit
fbc2af6845
@@ -1427,6 +1427,11 @@ type ArgCacheReplicateSet struct {
|
||||
Tenant string
|
||||
}
|
||||
|
||||
// Compiler are objects that need post compiling
|
||||
type Compiler interface {
|
||||
Compile() error
|
||||
}
|
||||
|
||||
type ArgCacheReplicateRemove struct {
|
||||
CacheID string
|
||||
ItemID string
|
||||
|
||||
Reference in New Issue
Block a user