NEW configuration format - cgrates.json

This commit is contained in:
DanB
2015-01-18 12:54:07 +01:00
parent bf27fa3512
commit 6126b69c4e
55 changed files with 1355 additions and 3834 deletions

View File

@@ -355,3 +355,7 @@ func BoolPointer(b bool) *bool {
func StringSlicePointer(slc []string) *[]string {
return &slc
}
func Float64SlicePointer(slc []float64) *[]float64 {
return &slc
}