Revert "Move CGREvent from utils to engine"

This reverts commit 02195c47ed.
This commit is contained in:
ionutboangiu
2024-03-01 12:14:40 -05:00
committed by Dan Christian Bogos
parent 0c99cf1df5
commit 0aea8ac641
321 changed files with 3693 additions and 3695 deletions

View File

@@ -274,7 +274,7 @@ func testSqlEeExportEventFull(t *testing.T) {
}
eventVoice := &engine.CGREventWithEeIDs{
EeIDs: []string{"SQLExporterFull"},
CGREvent: &engine.CGREvent{
CGREvent: &utils.CGREvent{
Tenant: "cgrates.org",
ID: "voiceEvent",
Time: utils.TimePointer(time.Now()),
@@ -311,7 +311,7 @@ func testSqlEeExportEventFull(t *testing.T) {
func testSqlEeExportEventPartial(t *testing.T) {
eventVoice := &engine.CGREventWithEeIDs{
EeIDs: []string{"SQLExporterPartial"},
CGREvent: &engine.CGREvent{
CGREvent: &utils.CGREvent{
Tenant: "cgrates.org",
ID: "voiceEvent",
Time: utils.TimePointer(time.Now()),