mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-12 10:36:24 +05:00
Moved engine/cdr.go to utils/cdr.go. Moved engine/cdrs.go and engine/cdrs_test.go to cdrs package. Moved api functions from cdrs/cdrs.go to cdrs/apis.go. Same for the tests. Deleted CDRsV1 type and its methods.