From fd03dae0b964dc9737fc76677ba71014b027217e Mon Sep 17 00:00:00 2001 From: Trial97 Date: Mon, 17 Feb 2020 10:16:54 +0200 Subject: [PATCH] Renamed file in apier/v1 --- Changelog.tmp | 2 +- apier/v1/{dispatcher_interface.go => api_interfaces.go} | 0 .../v1/{dispatcher_interface_test.go => api_interfaces_test.go} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename apier/v1/{dispatcher_interface.go => api_interfaces.go} (100%) rename apier/v1/{dispatcher_interface_test.go => api_interfaces_test.go} (100%) diff --git a/Changelog.tmp b/Changelog.tmp index 313f36d6a..d0851216c 100644 --- a/Changelog.tmp +++ b/Changelog.tmp @@ -1,2 +1,2 @@ - [FilterS] Removed rals_conns in favor of reading the account directly from DataDB -- [SessionS] Added check for missing CGRevent +- [SessionS] Added check for missing CGRevent \ No newline at end of file diff --git a/apier/v1/dispatcher_interface.go b/apier/v1/api_interfaces.go similarity index 100% rename from apier/v1/dispatcher_interface.go rename to apier/v1/api_interfaces.go diff --git a/apier/v1/dispatcher_interface_test.go b/apier/v1/api_interfaces_test.go similarity index 100% rename from apier/v1/dispatcher_interface_test.go rename to apier/v1/api_interfaces_test.go