mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Revert "Move CGREvent from utils to engine"
This reverts commit 02195c47ed.
This commit is contained in:
committed by
Dan Christian Bogos
parent
0c99cf1df5
commit
0aea8ac641
@@ -21,7 +21,6 @@ package console
|
||||
import (
|
||||
"time"
|
||||
|
||||
"github.com/cgrates/cgrates/engine"
|
||||
"github.com/cgrates/cgrates/sessions"
|
||||
"github.com/cgrates/cgrates/utils"
|
||||
)
|
||||
@@ -54,7 +53,7 @@ func (self *CmdSessionsProcessEvent) RpcMethod() string {
|
||||
func (self *CmdSessionsProcessEvent) RpcParams(reset bool) any {
|
||||
if reset || self.rpcParams == nil {
|
||||
self.rpcParams = &sessions.V1ProcessMessageArgs{
|
||||
CGREvent: new(engine.CGREvent),
|
||||
CGREvent: new(utils.CGREvent),
|
||||
}
|
||||
}
|
||||
return self.rpcParams
|
||||
|
||||
Reference in New Issue
Block a user