mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Move CGREvent from utils to engine
This commit is contained in:
committed by
Dan Christian Bogos
parent
158dce7323
commit
02195c47ed
@@ -158,7 +158,7 @@ func (sqlEe *SQLEe) Close() (err error) {
|
||||
|
||||
func (sqlEe *SQLEe) GetMetrics() *utils.SafeMapStorage { return sqlEe.dc }
|
||||
|
||||
func (sqlEe *SQLEe) PrepareMap(*utils.CGREvent) (any, error) { return nil, nil }
|
||||
func (sqlEe *SQLEe) PrepareMap(*engine.CGREvent) (any, error) { return nil, nil }
|
||||
|
||||
func (sqlEe *SQLEe) PrepareOrderMap(mp *utils.OrderedNavigableMap) (any, error) {
|
||||
var vals []any
|
||||
|
||||
Reference in New Issue
Block a user