Apply go fmt project wide

This commit is contained in:
ionutboangiu
2022-11-10 16:11:10 +02:00
committed by Dan Christian Bogos
parent 213ade2b22
commit 7771de5e07
131 changed files with 395 additions and 395 deletions

View File

@@ -48,7 +48,7 @@ var sTestsDspAttr = []func(t *testing.T){
testDspAttrGetAttrInternal,
}
//Test start here
// Test start here
func TestDspAttributeS(t *testing.T) {
var config1, config2, config3 string
switch *dbType {

View File

@@ -44,7 +44,7 @@ var sTestsDspChc = []func(t *testing.T){
testDspChcClear,
}
//Test start here
// Test start here
func TestDspCacheSv1(t *testing.T) {
var config1, config2, config3 string
switch *dbType {

View File

@@ -59,7 +59,7 @@ var (
}
)
//Test start here
// Test start here
func TestDspCDRsIT(t *testing.T) {
var config1, config2, config3 string
switch *dbType {

View File

@@ -41,7 +41,7 @@ var sTestsDspCpp = []func(t *testing.T){
testDspCppTestAuthKey2,
}
//Test start here
// Test start here
func TestDspChargerST(t *testing.T) {
var config1, config2, config3 string
switch *dbType {

View File

@@ -33,7 +33,7 @@ var sTestsDspConfig = []func(t *testing.T){
testDspConfigSv1GetJSONSection,
}
//Test start here
// Test start here
func TestDspConfigIT(t *testing.T) {
var config1, config2, config3 string
switch *dbType {

View File

@@ -34,7 +34,7 @@ var sTestsDspGrd = []func(t *testing.T){
testDspGrdLock,
}
//Test start here
// Test start here
func TestDspGuardianST(t *testing.T) {
var config1, config2, config3 string
switch *dbType {

View File

@@ -33,7 +33,7 @@ var sTestsDspRALs = []func(t *testing.T){
testDspRALsGetRatingPlanCost,
}
//Test start here
// Test start here
func TestDspRALsIT(t *testing.T) {
var config1, config2, config3 string
switch *dbType {

View File

@@ -56,7 +56,7 @@ var sTestsDspRpl = []func(t *testing.T){
testDspRplDestination,
}
//Test start here
// Test start here
func TestDspReplicator(t *testing.T) {
var config1, config2, config3 string
switch *dbType {
@@ -1365,7 +1365,7 @@ func testDspRplRatingProfile(t *testing.T) {
}
}
//Destination
// Destination
func testDspRplDestination(t *testing.T) {
// Set Destination
var replyStr string

View File

@@ -38,7 +38,7 @@ var sTestsDspRes = []func(t *testing.T){
testDspResTestAuthKey3,
}
//Test start here
// Test start here
func TestDspResourceSIT(t *testing.T) {
var config1, config2, config3 string
switch *dbType {

View File

@@ -39,7 +39,7 @@ var sTestsDspRsp = []func(t *testing.T){
testDspResponderInternal,
}
//Test start here
// Test start here
func TestDspResponder(t *testing.T) {
var config1, config2, config3 string
switch *dbType {

View File

@@ -45,7 +45,7 @@ var (
nowTime = time.Now()
)
//Test start here
// Test start here
func TestDspSupplierS(t *testing.T) {
var config1, config2, config3 string
switch *dbType {

View File

@@ -40,7 +40,7 @@ var sTestsDspSts = []func(t *testing.T){
testDspStsTestAuthKey3,
}
//Test start here
// Test start here
func TestDspStatS(t *testing.T) {
var config1, config2, config3 string
switch *dbType {

View File

@@ -41,7 +41,7 @@ var sTestsDspTh = []func(t *testing.T){
testDspThTestAuthKey3,
}
//Test start here
// Test start here
func TestDspThresholdS(t *testing.T) {
var config1, config2, config3 string
switch *dbType {