mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-25 09:08:45 +05:00
engine.Responder with ProcessCdr method, moved cdrs and mediator to engine
This commit is contained in:
@@ -8,8 +8,6 @@ go test github.com/cgrates/cgrates/engine -local
|
||||
en=$?
|
||||
go test github.com/cgrates/cgrates/cdrc -local
|
||||
cdrc=$?
|
||||
go test github.com/cgrates/cgrates/mediator -local
|
||||
med=$?
|
||||
go test github.com/cgrates/cgrates/config -local
|
||||
cfg=$?
|
||||
go test github.com/cgrates/cgrates/utils -local
|
||||
@@ -20,5 +18,5 @@ utl=$?
|
||||
|
||||
|
||||
|
||||
exit $gen && $ap && $en && $cdrc && $med && $cfg && $utl
|
||||
exit $gen && $ap && $en && $cdrc && $cfg && $utl
|
||||
|
||||
|
||||
Reference in New Issue
Block a user